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.
1 parent 0a8b637 commit 38af5a8Copy full SHA for 38af5a8
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