From 336e2a726f64e4595fce01c93f51b62af23d4fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8A=A4=ED=94=8C=EB=A6=BF?= Date: Tue, 18 Jul 2023 15:28:21 +0900 Subject: [PATCH] =?UTF-8?q?config:=20CI=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 06491e5c3..165162fa8 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -4,7 +4,7 @@ name: Backend CI # 해당 workflow가 언제 실행될 것인지에 대한 트리거를 지정 on: pull_request: - branches: [ main ] # main branch로 pull request될 때 실행됩니다. + branches: [ main, develop ] # main, develop branch로 pull request될 때 실행됩니다. types: [opened, synchronize, reopened] defaults: