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.
2 parents 133a821 + b2ad523 commit e2b356aCopy full SHA for e2b356a
.github/workflows/maven.yml
@@ -1,8 +1,7 @@
1
name: Publish package to the Maven Central Repository
2
on:
3
- push:
4
- branches:
5
- - master
+ release:
+ types: [published]
6
7
jobs:
8
publish:
0 commit comments