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 87dc20f commit a3b89cbCopy full SHA for a3b89cb
.github/workflows/build-wheels-push.yml
@@ -1,12 +1,12 @@
1
name: build-wheels-push
2
3
# on: []
4
-on: push
+# on: push
5
6
-# on:
7
-# release:
8
-# types:
9
-# - published
+on:
+ release:
+ types:
+ - published
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/build-wheels.yml
@@ -1,7 +1,7 @@
name: build-wheels
-on: [push]
-# on: [pull_request]
+# on: [push]
+on: [pull_request]
0 commit comments