This commit is contained in:
Simon Heimberg 2026-03-16 11:38:47 +11:00 committed by GitHub
commit e8b6f58ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -499,6 +499,19 @@ jobs:
```yaml
- uses: dorny/paths-filter@v4
id: filter
with:
# include the files not (!) matching the listed extensions (list separated by |, grouped by ())
filters: |
backend:
- 'pkg/a/b/c/**/!(*.jpeg|*.md)'
- 'pkg/x/**'
```
or
```yaml
- uses: dorny/paths-filter@v3
id: filter
with:
# This makes it so that all the patterns have to match a file for it to be