Add nightly build
This commit is contained in:
parent
9bb6d13d25
commit
9bf2f182f6
|
@ -24,3 +24,12 @@ workflows:
|
||||||
build_test_and_deploy:
|
build_test_and_deploy:
|
||||||
jobs:
|
jobs:
|
||||||
- build_and_test
|
- build_and_test
|
||||||
|
nightly:
|
||||||
|
jobs:
|
||||||
|
- build_and_test
|
||||||
|
triggers:
|
||||||
|
- schedule:
|
||||||
|
cron: "0 * * * *"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only: master
|
||||||
|
|
Reference in a new issue