Skip to content

Commit 871d20c

Browse files
committed
update pipeline
1 parent 1ce8946 commit 871d20c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish package to GitHub Packages and attach to release
22
on:
33
release:
44
types: [created]
5+
branches:
6+
- main
57

68
# if pushing docker images fails https://stackoverflow.com/a/71193319 -- make sure to allow access for GitHub Actions to that package registry
79
env:

0 commit comments

Comments
 (0)