diff --git a/.github/workflows/ecs_deploy.yml b/.github/workflows/ecs_deploy.yml index 024d03c3..013fe0b0 100644 --- a/.github/workflows/ecs_deploy.yml +++ b/.github/workflows/ecs_deploy.yml @@ -2,7 +2,7 @@ name: Deploy to Amazon ECS on: push: - branches: [ "deploy" ] + branches: [ "main" ] env: AWS_REGION: ${{ secrets.AWS_REGION }} diff --git a/package.json b/package.json index d73fab63..e6719ea7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "git+https://github.com/2024-Iris/issuefy-spring.git" }, "release": { - "branches": ["main", "deploy"], + "branches": ["main"], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",