From e11eab04458526803bb50fa0015a7618daecdf7e Mon Sep 17 00:00:00 2001 From: cpot5620 Date: Mon, 2 Oct 2023 19:40:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=EC=97=90=20=EB=94=B0=EB=A5=B8=20workflows=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/be-merge-dev.yml | 2 +- .github/workflows/be-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/be-merge-dev.yml b/.github/workflows/be-merge-dev.yml index e19fbb58..33b2781d 100644 --- a/.github/workflows/be-merge-dev.yml +++ b/.github/workflows/be-merge-dev.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: pull_request: - branches: [ develop-BE-2 ] + branches: [ develop-BE ] types: [ closed ] paths: backend/** diff --git a/.github/workflows/be-pull-request.yml b/.github/workflows/be-pull-request.yml index 65236d82..cea976b9 100644 --- a/.github/workflows/be-pull-request.yml +++ b/.github/workflows/be-pull-request.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: pull_request: - branches: [ main, develop-BE-2 ] + branches: [ main, develop-BE ] paths: backend/** permissions: