Skip to content

Commit

Permalink
publish mvn site via github workflow - take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristel committed Dec 21, 2024
1 parent a92abb1 commit 70bc554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# --> https://stackoverflow.com/questions/58858429/how-to-run-a-github-actions-step-even-if-the-previous-step-fails-while-still-f
# run deploy job only on changes to the main branch
# --> https://stackoverflow.com/questions/58139406/only-run-job-on-specific-branch-with-github-actions
if: (success() || failure()) && github.ref == 'refs/heads/master'
if: (success() || failure()) && github.ref == 'refs/heads/main'

# Run after the verify job (that job uploads the github build artifact that we're publishing in this job)
needs: verify
Expand Down

0 comments on commit 70bc554

Please sign in to comment.