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 a42eb4d commit 29f66f6Copy full SHA for 29f66f6
.github/workflows/build_arm.yml
@@ -1,5 +1,7 @@
1
name: Build aarch64 Linux
2
-on: [push, pull_request]
+on:
3
+ release:
4
+ types: [created]
5
jobs:
6
build_wheels:
7
name: Build wheels on ${{ matrix.os }}
0 commit comments