We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe5935 commit 95aecc1Copy full SHA for 95aecc1
1 file changed
.github/workflows/maven-release.yml
@@ -1,8 +1,9 @@
1
name: Maven Release Package Deployment
2
3
-push:
4
- tags:
5
- - 'v*.*.*-x86'
+on:
+ push:
+ tags:
6
+ - 'v*.*.*-x86'
7
8
jobs:
9
build:
0 commit comments