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 1ce8946 commit 871d20cCopy full SHA for 871d20c
.github/workflows/maven-deploy.yml
@@ -2,6 +2,8 @@ name: Publish package to GitHub Packages and attach to release
2
on:
3
release:
4
types: [created]
5
+ branches:
6
+ - main
7
8
# if pushing docker images fails https://stackoverflow.com/a/71193319 -- make sure to allow access for GitHub Actions to that package registry
9
env:
0 commit comments