Skip to content

Commit 9cd4a0c

Browse files
congsoonyclaude
andcommitted
chore: 배포 테스트를 위해 chore/deploy-setup 브랜치도 트리거에 추가
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 26c9769 commit 9cd4a0c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ name: Deploy Frontend to S3/CloudFront
1313

1414
on:
1515
push:
16-
branches: [develop]
17-
workflow_dispatch: {} # 수동 실행 버튼
16+
# TODO: develop 머지 후 chore/deploy-setup은 제거
17+
branches: [develop, chore/deploy-setup]
18+
workflow_dispatch: {} # 수동 실행 버튼 (develop 머지 후부터 표시됨)
1819

1920
jobs:
2021
build-and-deploy:

0 commit comments

Comments
 (0)