Skip to content

Commit 7202f9f

Browse files
Boshenclaude
andcommitted
ci: use predicate-quantifier 'every' for paths-filter
With the default 'some', a file only needs to match any one pattern, so `**` matches everything and `!**/*.md` has no effect. With 'every', a file must match all patterns, making the markdown exclusion work. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f37556d commit 7202f9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
4949
id: filter
5050
with:
51+
predicate-quantifier: 'every'
5152
filters: |
5253
code:
5354
- '**'

0 commit comments

Comments
 (0)