Skip to content

Commit 3915b4a

Browse files
committed
Fix extension to trigger GHA workflows
1 parent c47e2e4 commit 3915b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
- '.github/workflows/unittest.yml'
1212
- './python-version'
1313
- 'testing_file_lists/*txt'
14-
- 'python/**/*.rb'
14+
- 'python/**/*.py'
1515
pull_request:
1616
paths:
1717
- '.github/workflows/unittest.yml'
1818
- './python-version'
1919
- 'testing_file_lists/*txt'
20-
- 'python/**/*.rb'
20+
- 'python/**/*.py'
2121

2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)