From 60294b95e9520f32fe337df023eb06a657eb9949 Mon Sep 17 00:00:00 2001 From: yoonjuho Date: Thu, 22 Aug 2024 16:59:01 +0900 Subject: [PATCH] =?UTF-8?q?build:=20CI=20=EC=A0=81=EC=9A=A9=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index ebe7e0afe..009638bcb 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -2,7 +2,7 @@ name: Backend CI on: pull_request: - branches: [ "develop-be" ] + branches: [ "develop-be", "develop" ] permissions: write-all