Skip to content

Commit

Permalink
Update java-project-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Aug 30, 2024
1 parent 6435bf3 commit f90505a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-project-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
# execute only when reviewed files or java sub-projects
paths:
- 'pom.xml'
- 'implementations-line/**'
- 'implementation-line/**'
- 'systems-line/**'

pull_request_target:
Expand All @@ -49,7 +49,7 @@ on:
# execute only when reviewed files or java sub-projects
paths:
- 'pom.xml'
- 'implementations-line/**'
- 'implementation-line/**'
- 'systems-line/**'

# The commit stage workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit f90505a

Please sign in to comment.