ICU-20243 Setup triggers for the Exhaustive Tests to only build on the master branch.

This commit is contained in:
Jeff Genovy 2019-02-20 13:03:00 -08:00
parent 641326d7b8
commit 07e457fd95

View file

@ -9,6 +9,15 @@ resources:
lfs: true
fetchDepth: 1
# Only run the exhaustive tests on the master branch, and batch up
# any pending changes so that we will only have at most one build
# running at a given time.
trigger:
batch: true
branches:
include:
- master
jobs:
#-------------------------------------------------------------------------
# Note: The exhaustive tests for J take longer than the C tests. They