Skip to content

Commit

Permalink
Merge pull request #3 from 2024-Iris/deploy
Browse files Browse the repository at this point in the history
배포 main 브랜치에만 적용
  • Loading branch information
dokkisan authored Apr 18, 2024
2 parents 565cb9d + f0f15dc commit fa1fd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to Amazon ECS

on:
push:
branches: [ "deploy" ]
branches: [ "main" ]

env:
AWS_REGION: ${{ secrets.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fa1fd4c

Please sign in to comment.