Skip to content

Commit b25e281

Browse files
Update workflow to trigger on all workflow files
1 parent a0a8f77 commit b25e281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'pyproject.toml'
1313
pull_request:
1414
paths:
15-
- '.github/workflows'
15+
- '.github/workflows/**'
1616
- 'src/**'
1717
- 'setup.*'
1818
- 'pyproject.toml'

0 commit comments

Comments
 (0)