Commit eafe8f93
Changed files (1)
.github
workflows
.github/workflows/create-releases.yml
@@ -1,5 +1,7 @@
name: Create releases
on:
+ schedule:
+ - cron: '0 5 * * *' # every day at 5am UTC
push:
branches:
- main
eafe8f93@@ -1,5 +1,7 @@
name: Create releases
on:
+ schedule:
+ - cron: '0 5 * * *' # every day at 5am UTC
push:
branches:
- main