ICU-21177 Skip running the Exhaustive tests on changes to docs and other files.

This commit is contained in:
Jeff Genovy 2020-06-24 18:40:58 -07:00
parent ed56301abd
commit 6445e68dcc

View file

@ -12,6 +12,18 @@ trigger:
include:
- master
- maint/maint-*
paths:
include:
- '*'
exclude:
- docs/*
- tools/*
- vendor/*
- .appveyor.xml
- .cpyskip.txt
- .travis.yml
- KEYS
- README.md
jobs:
#-------------------------------------------------------------------------