Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0407b9f + 38af5a8 commit c7a7cfdCopy full SHA for c7a7cfd
1 file changed
.github/workflows/cibuildwheel.yml
@@ -20,6 +20,7 @@ on:
20
jobs:
21
build_wheels:
22
if: |
23
+ github.event.action == 'push' ||
24
(
25
github.event.action == 'labeled' &&
26
github.event.label.name == 'Run cibuildwheel'
0 commit comments