Skip to content

Commit c4f34a0

Browse files
committed
CI: Don't limit runs to test.yml
1 parent d7fcb14 commit c4f34a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44

55
pull_request:
66
paths:
7-
- '.github/workflows/test.yml'
7+
- '.github/workflows/**'
88
- 'pyproject.toml'
99
- 'setup.cfg'
1010
- '**.py'
1111

1212
push:
1313
branches: [ main ]
1414
paths:
15-
- '.github/workflows/test.yml'
15+
- '.github/workflows/**'
1616
- 'pyproject.toml'
1717
- 'setup.cfg'
1818
- '**.py'

0 commit comments

Comments
 (0)