From 1c6cd5a0481e1167ac96c2e1a5ba39fd13c2e4df Mon Sep 17 00:00:00 2001 From: Dora Choo Date: Wed, 23 Oct 2024 17:34:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Dev=20CI/CD=20=ED=8A=B8=EB=A6=AC?= =?UTF-8?q?=EA=B1=B0=20=EC=88=98=EC=A0=95=20(#635)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-dev-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-dev-ci-cd.yml b/.github/workflows/backend-dev-ci-cd.yml index 1f79658b..7b872a4e 100644 --- a/.github/workflows/backend-dev-ci-cd.yml +++ b/.github/workflows/backend-dev-ci-cd.yml @@ -2,7 +2,7 @@ name: Backend Dev CI/CD Workflow on: push: - branches: [ "develop" ] + branches: [ "chongdae" ] paths: - "backend/**" - ".github/workflows/backend-dev-ci-cd.yml"