chore: cron deploy staging

This commit is contained in:
Alessandro Pezzè 2020-10-04 16:14:34 +02:00 committed by GitHub
parent 6d4a1a9846
commit 69dda8b183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,3 +51,16 @@ workflows:
only:
- master
- staging
weekly:
jobs:
- test
- deploy:
requires:
- test
triggers:
- schedule:
cron: "0 0 * * 1"
filters:
branches:
only:
- staging