We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faa13e commit 593eda5Copy full SHA for 593eda5
.github/workflows/deploy.yaml
@@ -4,6 +4,10 @@ name: Deploy
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ # run weekly on Sunday
9
+ - cron: "20 07 * * 0"
10
+ # allow manual triggering of workflow
11
workflow_dispatch:
12
13
jobs:
0 commit comments