Move predicate quantifier to correct location

This commit is contained in:
Brendan Hansknecht 2025-03-11 09:23:36 -07:00
parent 0f49641873
commit 0db2fe0ebe
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -31,10 +31,10 @@ jobs:
- uses: dorny/paths-filter@v3
id: other_filter
with:
# Makes it so that every pattern below must match.
# This enables the negative patterns to disable this job.
predicate-quantifier: 'every'
filters: |
# Makes it so that every pattern below must match.
# This enables the negative patterns to disable this job.
predicate-quantifier: 'every'
other_than_zig:
- '**/*'
- '!src/**'