From 85328585560520e0320c4730a44d6833019745a2 Mon Sep 17 00:00:00 2001 From: YeonJeong <65206075+yjeong-k@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:28:19 +0900 Subject: [PATCH] :wrench: Update backend_CD to recheck.yml --- .github/workflows/backend_CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_CD.yml b/.github/workflows/backend_CD.yml index 15508f3b..82459d43 100644 --- a/.github/workflows/backend_CD.yml +++ b/.github/workflows/backend_CD.yml @@ -2,7 +2,7 @@ name: SpeechBuddy Backend CD on: push: - branches: [ "main" ] + branches: [ "main", "feat/CICD-backend" ] jobs: deploy: