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: