Skip to content

Commit f7b5c7b

Browse files
committed
gotta run on test changes too
1 parent 6d09e25 commit f7b5c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
branches: ["main"]
66
paths:
77
- "src/**/*.py"
8+
- "tests/**/*.py"
89

910
pull_request:
1011
paths:
1112
- "src/**/*.py"
12-
13+
- "tests/**/*.py"
1314
workflow_dispatch:
1415

1516
permissions:

0 commit comments

Comments
 (0)