We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59f70e commit c45caa9Copy full SHA for c45caa9
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
name: Push to main
2
3
on:
4
+ schedule:
5
+ - cron: "0 0 * * *"
6
workflow_dispatch:
7
push:
8
branches:
0 commit comments