From 7d0be4c554db9b44a20bbfa5a222e87d09d8c1ba Mon Sep 17 00:00:00 2001 From: SCY Date: Fri, 22 Nov 2024 20:47:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20CI/CD=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=9E=84=EC=8B=9C=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-dev-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-dev-ci-cd.yml b/.github/workflows/backend-dev-ci-cd.yml index 37ea4bd2..587c2793 100644 --- a/.github/workflows/backend-dev-ci-cd.yml +++ b/.github/workflows/backend-dev-ci-cd.yml @@ -2,7 +2,7 @@ name: Backend Dev CI/CD Workflow on: push: - branches: [ "chongdae" ] + branches: [ "feature/642-async-push-alarm" ] paths: - "backend/**" - ".github/workflows/backend-dev-ci-cd.yml"