Commit 7202f9f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments