Skip to content

Commit 593eda5

Browse files
authored
Set deploy schedule
1 parent 8faa13e commit 593eda5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ name: Deploy
44
push:
55
branches:
66
- main
7+
schedule:
8+
# run weekly on Sunday
9+
- cron: "20 07 * * 0"
10+
# allow manual triggering of workflow
711
workflow_dispatch:
812

913
jobs:

0 commit comments

Comments
 (0)