Skip to content

Commit

Permalink
fix : 워크 플로 트리거 수정 (모든 이벤트에 대해 작업 실행)
Browse files Browse the repository at this point in the history
yel-m authored May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3db99cf commit 482efca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest # 3. 실행 환경 지정
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'

# 4. 실행 스텝 지정
steps:

0 comments on commit 482efca

Please sign in to comment.