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