Skip to content

Commit

Permalink
Also deploy to maven from release branches
Browse files Browse the repository at this point in the history
rubensworks committed Dec 25, 2023
1 parent b112f18 commit ad6fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
- name: 'Deploy to Maven'
if: startsWith(github.ref, 'refs/heads/master')
if: startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/feature')
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 comments on commit ad6fc1d

Please sign in to comment.