Skip to content

Commit 5d68bf3

Browse files
committed
Fix changed files filters in tests workflow
Introduced in 433703ab0156c88de4eb3b180ea85ec21dd3e3fb
1 parent 0d7413e commit 5d68bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
filters: |
3434
src:
3535
- ".github/workflows/tests.yml"
36-
- "pymc/**.py"
37-
- "tests/**.py"
36+
- "pymc/**/*.py"
37+
- "tests/**/*.py"
3838
- "*.py"
39-
- "conda-envs/**"
39+
- "conda-envs/*"
4040
- "requirements*.txt"
4141
- "codecov.yml"
4242
- "scripts/*.sh"

0 commit comments

Comments
 (0)