Skip to content

Commit

Permalink
fix: Deploy job on any changes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
paapug committed Nov 26, 2024
1 parent eb8a520 commit 29f26ad
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.ref == 'refs/heads/main' && (github.event_name != 'pull_request' || github.event.pull_request.merged == true)
if: github.ref == 'refs/heads/main' && github.repository == 'softwaremill/adopt-tapir'
needs: [ verify_unit_tests_lint, verify_integration ]
runs-on: ubuntu-22.04

Expand Down

0 comments on commit 29f26ad

Please sign in to comment.