We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa164d commit 215476aCopy full SHA for 215476a
.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