Fix missing curly brace

This commit is contained in:
Sirz Benjie 2025-05-30 14:34:08 -05:00
parent 565341bbea
commit 3a5385c93f
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -1,7 +1,7 @@
all:
# Negations syntax from https://github.com/dorny/paths-filter/issues/184#issuecomment-2786521554
- "src/**/!(*.{md,py,sh,gitkeep,gitignore})"
- "test/**/!(*.md,*.py,*.sh,*.gitkeep,*.gitignore)"
- "test/**/!(*.{md,py,sh,gitkeep,gitignore})"
- "public/**/!(*.{md,py,sh,gitkeep,gitignore})"
# Workflows that can impact tests
- ".github/workflows/test*.yml"