Skip to content

Commit 14d23b8

Browse files
Utils update
1 parent 9004a1c commit 14d23b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish package to the Maven Central Repository
2-
on:
3-
release:
4-
types: [ created ]
2+
on: [ push ] # Trigger the workflow when a push (commit) event occurs
3+
#on:
4+
# release:
5+
# types: [ created ]
56
jobs:
67
publish-maven:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)