Skip to content

Commit c72d6f2

Browse files
committed
fix: test workflow run
1 parent 0388d19 commit c72d6f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- "tests/**/*.py"
99
pull_request:
1010
branches: [master]
11-
paths:
12-
- "src/**/*.py"
13-
- "tests/**/*.py"
11+
# paths:
12+
# - "src/**/*.py"
13+
# - "tests/**/*.py"
1414

1515
jobs:
1616
test-and-coverage:

0 commit comments

Comments
 (0)