Skip to content

Commit b3b0d67

Browse files
ci: fix paths-filter so docs-only changes actually skip CI (#239)
1 parent e77b9a6 commit b3b0d67

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ jobs:
2424
uses: dorny/paths-filter@v3
2525
id: filter
2626
with:
27+
predicate-quantifier: 'every'
2728
filters: |
2829
code:
2930
- '**'
3031
- '!**/*.md'
3132
- '!**/*.mdx'
33+
- '!docs/**'
34+
- '!examples/**'
35+
- '!LICENSE'
3236
3337
lint:
3438
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)