diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3c3ace37..ee4f9361 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -3,8 +3,8 @@ name: Deploy to S3 on: push: branches: - - main # main, dev 브랜치에 푸시될 때마다 실행 - - dev + - main # main, feature-ci-cd 브랜치에 푸시될 때마다 실행 + - feature-ci-cd jobs: deploy: