diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d3b7542..1e8d719 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ env: jobs: build: runs-on: ubuntu-latest # 3. 실행 환경 지정 - if: github.event.pull_request.merged == true + # if: github.event.pull_request.merged == true # 4. 실행 스텝 지정 steps: