Run tests on the ci-test branch
This modifies config.yml so that it will run full tests on a branch called "ci-test". This will make it easier for us to test attemtps to fix full build issues, without needing to iterate against master directly.
This commit is contained in:
parent
f5172f8098
commit
ade2cc7a1d
|
@ -60,11 +60,13 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- ci-test
|
||||||
- test_full_10:
|
- test_full_10:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- ci-test
|
||||||
nightly:
|
nightly:
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
|
|
Loading…
Reference in New Issue