Skip to content

Commit

Permalink
Fix psd1 exclusion in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fflaten committed Jul 19, 2024
1 parent 5506cea commit 3e8b84b
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 3e8b84b

Please sign in to comment.