Skip to content

Commit 6d19819

Browse files
authored
Fix the test action when any Python file is changed
1 parent bc89a74 commit 6d19819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
paths:
6-
- '*.py'
6+
- '**.py'
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)