Merge branch 'master' into staging

This commit is contained in:
Alessandro Pezzè 2020-10-08 11:04:32 +02:00 committed by GitHub
commit 5b3b2f7465
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