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 223f0b2 + 7ec5339 commit 917baadCopy full SHA for 917baad
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