Skip to content

Commit 38af5a8

Browse files
committed
Re-enable cibuildwheel on push
1 parent 0a8b637 commit 38af5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
jobs:
2121
build_wheels:
2222
if: |
23+
github.event.action == 'push' ||
2324
(
2425
github.event.action == 'labeled' &&
2526
github.event.label.name == 'Run cibuildwheel'

0 commit comments

Comments
 (0)