mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Fix missing curly brace
This commit is contained in:
parent
565341bbea
commit
3a5385c93f
2
.github/test-filters.yml
vendored
2
.github/test-filters.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
all:
|
all:
|
||||||
# Negations syntax from https://github.com/dorny/paths-filter/issues/184#issuecomment-2786521554
|
# Negations syntax from https://github.com/dorny/paths-filter/issues/184#issuecomment-2786521554
|
||||||
- "src/**/!(*.{md,py,sh,gitkeep,gitignore})"
|
- "src/**/!(*.{md,py,sh,gitkeep,gitignore})"
|
||||||
- "test/**/!(*.md,*.py,*.sh,*.gitkeep,*.gitignore)"
|
- "test/**/!(*.{md,py,sh,gitkeep,gitignore})"
|
||||||
- "public/**/!(*.{md,py,sh,gitkeep,gitignore})"
|
- "public/**/!(*.{md,py,sh,gitkeep,gitignore})"
|
||||||
# Workflows that can impact tests
|
# Workflows that can impact tests
|
||||||
- ".github/workflows/test*.yml"
|
- ".github/workflows/test*.yml"
|
||||||
|
Loading…
Reference in New Issue
Block a user