Skip to content

Commit 2255cbc

Browse files
committed
Hotfix: Update deployment branch in CI/CD workflow from develop to main
1 parent 4099da6 commit 2255cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-ecs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to Amazon ECS
22

33
on:
44
push:
5-
branches: [ "develop" ]
5+
branches: [ "main" ]
66

77
env:
88
AWS_REGION: ${{ secrets.AWS_REGION }}

0 commit comments

Comments
 (0)