From ce7b2b82dce9db5097b0fc760ba6e3d5555a52c1 Mon Sep 17 00:00:00 2001 From: kmi0817 Date: Sun, 21 Jan 2024 15:34:43 +0900 Subject: [PATCH] =?UTF-8?q?test:=20be-develop=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=EC=97=90=20push=EB=90=A0=20=EB=95=8C=EB=8F=84=20?= =?UTF-8?q?=EC=95=A1=EC=85=98=EC=9D=B4=20=EC=8B=A4=ED=96=89=EB=90=98?= =?UTF-8?q?=EA=B2=8C=EB=81=94=20=EB=B3=80=EA=B2=BD?= 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 0e3841b..95f603d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: CD on: push: - branches: [main] + branches: [be-develop, main] jobs: deploy: