Skip to content

Commit a0a8f77

Browse files
authored
Update workflow to trigger on all workflow files
1 parent 38268a9 commit a0a8f77

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
@@ -6,7 +6,7 @@ name: Build wheels
66
on:
77
push:
88
paths:
9-
- '.github/workflows'
9+
- '.github/workflows/**'
1010
- 'src/**'
1111
- 'setup.*'
1212
- 'pyproject.toml'

0 commit comments

Comments
 (0)