Add nightly build

This commit is contained in:
Oliver Davies 2017-11-29 08:50:24 +00:00
parent 9bb6d13d25
commit 9bf2f182f6

View file

@ -24,3 +24,12 @@ workflows:
build_test_and_deploy:
jobs:
- build_and_test
nightly:
jobs:
- build_and_test
triggers:
- schedule:
cron: "0 * * * *"
filters:
branches:
only: master