From 3af184438ebc97efb5efd82feba506c78af657ed Mon Sep 17 00:00:00 2001 From: LeeCh0129 Date: Sun, 22 Jun 2025 22:42:33 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EC=84=A4=EC=A0=95=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/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index abda3ce..6545f42 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to EC2 on: pull_request: types: [closed] - branches: [main] # main 브랜치만 배포 + branches: [main, develop] env: DOCKER_CONTAINER_NAME: coplan-app