We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fd3f8 commit 8399dcaCopy full SHA for 8399dca
.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