diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 784f53f..331ec4d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,7 +2,7 @@ name: Backend CD # actions 이름 on: push: - branches: [ fix/#28 ] + branches: [ feature/#29 ] jobs: deploy: