We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0708af3 commit 6bdfc2fCopy full SHA for 6bdfc2f
1 file changed
.github/workflows/publish.yml
@@ -1,6 +1,10 @@
1
name: Publish package to the Maven Central Repository
2
3
on:
4
+ push:
5
+ branches:
6
+ - 'develop'
7
+
8
release:
9
types: [created]
10
0 commit comments