From 00cdda3a7e9242f2022edb1b09cc627b27233d20 Mon Sep 17 00:00:00 2001 From: Jung Ye Lim <101961939+yel-m@users.noreply.github.com> Date: Thu, 30 May 2024 17:05:37 +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, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ad23108..d3b7542 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,6 +3,8 @@ name: HappinesSQL CI/CD # 2. 워크플로가 시작될 조건 지정 on: + push: + branches: [ develop ] pull_request: branches: [ develop ] types: [ closed ]