Skip to content

Commit

Permalink
refactor : 모든 테스트 완료 후 배포 조건 추가로 머지시에만 배포되도록 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Jan 11, 2025
1 parent aa6a331 commit 3e59a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3e59a19

Please sign in to comment.