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 5d21bed commit 5012ebbCopy full SHA for 5012ebb
.github/workflows/build.yaml
@@ -3,8 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- tags:
7
- - 'v[0-9]+.*'
8
pull_request:
9
10
.github/workflows/release.yaml
@@ -1,4 +1,4 @@
1
-name: Publish package to the Maven Central Repository
+name: Publish package maven
2
on:
release:
types: [created]
0 commit comments