Skip to content

Commit f06c833

Browse files
authored
주기적 빌드 스케줄 추가 (#24)
매일 새벽 3시(KST, 18:00@UTC)에 빌드되도록 스케줄 추가
1 parent 5566ab0 commit f06c833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-www.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
schedule:
8+
- cron: '0 18 * * *'
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)