Skip to content

Commit

Permalink
Update publish-snapshots-on-merge.yml (hpcc-systems#617)
Browse files Browse the repository at this point in the history
extend action to on branch creations as well
  • Loading branch information
rpastrana authored and Pastrana committed Jul 18, 2023
1 parent 35a357f commit e9078f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-snapshots-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- 'master'
- 'candidate-*'
create:
branches:
- 'candidate-*'
jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -21,4 +24,4 @@ jobs:
run: mvn --batch-mode deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USER_NAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASS }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASS }}

0 comments on commit e9078f0

Please sign in to comment.