Update config.yml

This commit is contained in:
Oliver Davies 2018-01-16 08:03:41 +00:00 committed by GitHub
parent f3808f4c27
commit 7bff0b26ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,9 @@ workflows:
nightly:
jobs:
- build_and_test
- deploy
- deploy:
requires:
- build_and_test
triggers:
- schedule:
cron: "0 4 * * *"