Skip to content

Commit

Permalink
set up the ci workflow for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciogeneroso committed Jun 30, 2024
1 parent 5c75c52 commit baf47a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ name: CI Workflow
on:
push:
branches: [ main ]
paths:
paths: &paths
- 'gradle/**'
- '**.gradle'
- 'gradle.properties'
- 'app/**'
- 'ft/**'
- 'mocks/**'
- 'docker-compose.yml'
- 'lombok.config'
- '.github/workflows/ci-workflow.yml'
pull_request:
branches: [ main ]
paths: *paths

workflow_dispatch:
inputs:
Expand Down

0 comments on commit baf47a3

Please sign in to comment.