Skip to content

Commit

Permalink
[infra] Merge 완료되었을 때만 CD 실행되도록 수정 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
win-luck committed Jul 27, 2024
1 parent 0f4b224 commit ee5656f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/orange

CD:
if: github.event.pull_request.merged == true && github.ref == 'refs/heads/dev'
runs-on: self-hosted
needs: CI

Expand Down

0 comments on commit ee5656f

Please sign in to comment.