Skip to content

Commit

Permalink
Clarify when deploys are done
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Aug 2, 2023
1 parent a0f715a commit 625ef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.java != 20
run: ant test dist
- name: Deploy package or snapshot
if: ( github.ref == 'refs/heads/next' || github.ref == 'refs/heads/master' ) && matrix.java == 11
if: github.event_name != 'pull_request' && matrix.java == '11'
run: ./mvnw -B -U deploy
- name: Release
if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11'
Expand Down

0 comments on commit 625ef6d

Please sign in to comment.