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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ on:
branches: branches:
- main - main
- production - production
schedule:
- cron: '0 2 * * *' # Daily at 2AM UTC
jobs: jobs:
builds: builds: