Skip to content

Commit c7a7cfd

Browse files
authored
Merge pull request #22375 from QuLogic/fix-cibuildwheel
Re-enable cibuildwheel on push
2 parents 0407b9f + 38af5a8 commit c7a7cfd

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)