Skip to content

Commit ceacf06

Browse files
Trigger a deploy every sunday
Should keep the cache warm
1 parent 22427ea commit ceacf06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: ["master"]
99
pull_request:
1010
branches: ["master"]
11+
schedule:
12+
- cron: "17 8 * * 6"
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)