We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdad45 commit 7f3cdb2Copy full SHA for 7f3cdb2
1 file changed
.github/workflows/mvn-publish.yml
@@ -1,5 +1,8 @@
1
name: Publish package to GitHub Packages
2
-on: push
+on:
3
+ push:
4
+ branches:
5
+ - master
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
0 commit comments