From 69a3a0131dd0c6f18ede92ae6d30e0552d9496f8 Mon Sep 17 00:00:00 2001 From: Jung Ye Lim <101961939+yel-m@users.noreply.github.com> Date: Thu, 30 May 2024 14:31:32 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20workflow=20=EC=8B=A4=ED=96=89=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c0c3385..0b50406 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: