ICU-20496 Run the Exhaustive Tests on "maint" branches as well.
This commit is contained in:
parent
1e86849408
commit
70b7b0d3b3
@ -9,14 +9,15 @@ resources:
|
|||||||
lfs: true
|
lfs: true
|
||||||
fetchDepth: 1
|
fetchDepth: 1
|
||||||
|
|
||||||
# Only run the exhaustive tests on the master branch, and batch up
|
# Only run the exhaustive tests on the master and maint branches, and
|
||||||
# any pending changes so that we will only have at most one build
|
# also batch up any pending changes so that we will only have at most
|
||||||
# running at a given time.
|
# one build running at a given time (since they take a long time).
|
||||||
trigger:
|
trigger:
|
||||||
batch: true
|
batch: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- master
|
||||||
|
- maint/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user