Skip to content

Commit

Permalink
[#69]fix: develop이 아닌 main에 푸쉬되면 aws 배포하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SongGwanSeok committed Nov 6, 2024
1 parent 6893242 commit 8448427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-dev.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: [ "develop" ]
branches: [ "main" ]

env:
AWS_REGION: ap-northeast-2
Expand Down

0 comments on commit 8448427

Please sign in to comment.