Skip to content

Commit

Permalink
Limit Java CI on relevant changes
Browse files Browse the repository at this point in the history
Similar to the Python CI, we only want to execute tests when a corresponding file changed. This will save unnecessary resources.
  • Loading branch information
MrSerth committed Oct 15, 2024
1 parent 6370806 commit eaa4ab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Java CI
on:
push:
branches: [ main ]
paths: [ deploy/aws/** ]
pull_request:
branches: [ main ]
paths: [ deploy/aws/** ]

jobs:
test:
Expand Down

0 comments on commit eaa4ab9

Please sign in to comment.