From 66ffe485168521c65a2a1b1b78f898ab84955f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jinsoo=20Choi=20=28=EC=B5=9C=EC=A7=84=EC=88=98=29?= Date: Tue, 21 Nov 2023 15:22:48 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20main=EB=B8=8C=EB=9E=9C=EC=B9=98=20?= =?UTF-8?q?=EB=A7=90=EA=B3=A0=20BE/main=EC=9C=BC=EB=A1=9C=20push=20?= =?UTF-8?q?=EB=90=A0=EB=95=8C=EB=A7=88=EB=8B=A4=20=EC=95=A1=EC=85=98?= =?UTF-8?q?=EB=8F=8C=EC=95=84=EA=B0=80=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BackEnd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BackEnd.yml b/.github/workflows/BackEnd.yml index 7394c1f..7394bc3 100644 --- a/.github/workflows/BackEnd.yml +++ b/.github/workflows/BackEnd.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: ["main"] + branches: ["BE/main"] pull_request: - branches: ["main"] + branches: ["BE/main"] jobs: # test: