Thanks to visit codestin.com
Credit goes to github.com

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)