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 9004a1c commit 14d23b8Copy full SHA for 14d23b8
.github/workflows/maven-publish.yml
@@ -1,7 +1,8 @@
1
name: Publish package to the Maven Central Repository
2
-on:
3
- release:
4
- types: [ created ]
+on: [ push ] # Trigger the workflow when a push (commit) event occurs
+#on:
+# release:
5
+# types: [ created ]
6
jobs:
7
publish-maven:
8
runs-on: ubuntu-latest
0 commit comments