Skip to content

Commit

Permalink
chore : workflow 실행 조건 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yel-m authored May 30, 2024
1 parent be6319c commit 69a3a01
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
Expand Up @@ -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:
Expand Down

0 comments on commit 69a3a01

Please sign in to comment.