Skip to content

Commit

Permalink
Also deploy when PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 23, 2024
1 parent ada1af4 commit b3c72c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adopt-tapir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: sbt -Dsbt.task.timings=true docker:publishLocal

deploy:
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' && (github.event_name != 'pull_request' || github.event.pull_request.merged == true)
needs: [ verify_unit_tests_lint, verify_integration ]
runs-on: ubuntu-22.04

Expand Down

0 comments on commit b3c72c0

Please sign in to comment.