Skip to content

Commit c16bb9a

Browse files
committed
fix(ci): Notion Sync 완료 시 deploy 자동 트리거 추가
1 parent 8a57a4f commit c16bb9a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
push:
66
branches: [main]
77

8+
# Notion Sync 완료 시 자동 배포 (bot push는 push 이벤트를 트리거하지 않음)
9+
workflow_run:
10+
workflows: ["Notion Sync"]
11+
types: [completed]
12+
branches: [main]
13+
814
# Actions 탭에서 수동 실행 허용 (롤백/재배포에 유용)
915
workflow_dispatch:
1016

0 commit comments

Comments
 (0)