Add primary branch triggers to helix-test (#18686)

We want to run the quarantined tests on the "primary" branches (just master for now) to ensure we're getting full coverage.
This commit is contained in:
Andrew Stanton-Nurse 2020-01-30 09:48:14 -08:00 коммит произвёл GitHub
Родитель c08221ffbe
Коммит a3960e5d20
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# Don't run CI for this config yet. We're not ready to move official builds on to Azure Pipelines
trigger: none
# We want to run quarantined tests on master as well as on PRs
trigger:
batch: true
branches:
include:
- master
# Run PR validation on all branches
pr: