Skip to content

Commit 8d14c83

Browse files
authored
fix(cd): 배포 브랜치를 main으로 변경
1 parent 0b130d8 commit 8d14c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CD
44

55
on:
66
push:
7-
branches: [ "develop" ]
7+
branches: [ "main" ]
88

99
env:
1010
AWS_REGION: ap-northeast-2

0 commit comments

Comments
 (0)