We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f381d4d commit 30382b0Copy full SHA for 30382b0
1 file changed
.github/workflows/ampere-build-and-release.yaml
@@ -1,7 +1,11 @@
1
name: Build Release for Ampere
2
3
#TODO: add lib to build
4
-on: workflow_dispatch
+on:
5
+ workflow_dispatch:
6
+ push:
7
+ branches:
8
+ - ampere-build-3.2.1
9
10
permissions:
11
contents: write
0 commit comments