Skip to content

Commit 7ec5339

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #22375: Re-enable cibuildwheel on push
1 parent 223f0b2 commit 7ec5339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

+1
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)