We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b3fb7 commit 7147466Copy full SHA for 7147466
.github/workflows/create-releases.yml
@@ -1,5 +1,7 @@
1
name: Create releases
2
on:
3
+ schedule:
4
+ - cron: '0 5 * * *' # every day at 5am UTC
5
push:
6
branches:
7
- main
0 commit comments