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 142b1d4 commit 67f91c3Copy full SHA for 67f91c3
.github/workflows/deploy.yml
@@ -2,6 +2,8 @@ name: Deploy
2
on:
3
push:
4
branches: [main]
5
+ schedule:
6
+ - cron: "0 0 * * *"
7
workflow_dispatch:
8
9
jobs:
0 commit comments