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:
|
||||
only:
|
||||
- master
|
||||
- ci-test
|
||||
- test_full_10:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- ci-test
|
||||
nightly:
|
||||
triggers:
|
||||
- schedule:
|
||||
|
|
Loading…
Reference in New Issue