We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61a36a1 + bf69f47 commit ffeee51Copy full SHA for ffeee51
1 file changed
.github/workflows/buildMain.yml
@@ -3,6 +3,8 @@ name: CI
3
on:
4
push:
5
branches: [ main ]
6
+ schedule:
7
+ - cron: "0 0 * * *"
8
9
workflow_dispatch:
10
inputs:
0 commit comments