Skip to content

Commit fca4531

Browse files
committed
misc: Fix client test workflow.
1 parent 8d80b5c commit fca4531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/client-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- 'main'
77
paths:
8-
- '*.py'
8+
- '**.py'
99
- '.github/workflows/*.yml'
1010
- '.github/workflows/*.json'
1111
- '!**/README.md'
@@ -19,7 +19,7 @@ on:
1919
branches:
2020
- 'main'
2121
paths:
22-
- '*.py'
22+
- '**.py'
2323
- '.github/workflows/*.yml'
2424
- '.github/workflows/*.json'
2525
- '!**/README.md'

0 commit comments

Comments
 (0)