We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d89e0f commit c56049eCopy full SHA for c56049e
.github/workflows/build.yml
@@ -3,8 +3,8 @@ name: auto build engine
3
on:
4
release:
5
types: [published]
6
- #schedule:
7
- # - cron: "0 16 * * *"
+ schedule:
+ - cron: "0 16 * * *"
8
push:
9
branches:
10
- master
0 commit comments