Skip to content

Commit

Permalink
CI: Add !docker path filters
Browse files Browse the repository at this point in the history
This should prevent the CI from triggering when ONLY files in /docker
have been added or modified.

I'm hoping that actions/runner#1182 will make
maintenance a *little* easier in the future.
  • Loading branch information
andy5995 committed Nov 20, 2024
1 parent 51dc003 commit 2452a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '**'
- '!**.yml'
- '!docs/**'
- '!docker/**'
- '!**.md'
- '**/build.yml'
pull_request:
Expand All @@ -18,6 +19,7 @@ on:
- '**'
- '!**.yml'
- '!docs/**'
- '!docker/**'
- '!**.md'
- '**/build.yml'

Expand Down

0 comments on commit 2452a82

Please sign in to comment.