Skip to content

Commit

Permalink
Merge pull request #369 from fflaten/fix-ci-pwshfilter
Browse files Browse the repository at this point in the history
Fix exclusion path filter in CI
  • Loading branch information
f-bader committed Jul 20, 2024
2 parents 80f63f1 + 3e8b84b commit a1071ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: dorny/paths-filter@v3
id: filter
with:
# This requires all patterns to match so exclusion works
predicate-quantifier: 'every'
filters: |
pwshmodule:
- 'powershell/**'
Expand Down

0 comments on commit a1071ff

Please sign in to comment.