Run builds also as scheduled task

This commit is contained in:
Francesco Lodolo
2021-10-28 07:49:58 +02:00
committed by GitHub
parent d1b24d25ce
commit 7aeffa2ea9
+2
View File
@@ -8,6 +8,8 @@ on:
branches:
- main
- production
schedule:
- cron: '0 2 * * *' # Daily at 2AM UTC
jobs:
builds: