From 406fc8a562832f212edb05117cf69ebf9d00fd9b Mon Sep 17 00:00:00 2001 From: swa07016 Date: Mon, 16 Oct 2023 02:52:42 +0900 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20Ci:=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit push도 트리거 조건으로 추가했습니다. hotfix를 위해 --- .github/workflows/dev_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index ad32948..c0cb1a0 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -1,6 +1,9 @@ name: Breifing Dev CI/CD on: + push: + branches: + - develop pull_request: types: [closed] workflow_dispatch: # (2).수동 실행도 가능하도록