Fix #2059, and also attempt to skip test bots [skip ci]

This commit is contained in:
John Kessenich 2020-01-16 00:52:28 -07:00
parent 9e9099cdf8
commit 3ed344dd78
2 changed files with 19 additions and 5 deletions

View file

@ -17,6 +17,20 @@ branches:
only:
- master
# changes to these files don't need to trigger testing
skip_commits:
files:
- README.md
- README-spirv-remap.txt
- LICENSE.txt
- CODE_OF_CONDUCT.md
- BUILD.*
- WORKSPACE
- kokoro/*
- make-revision
- Android.mk
- _config.yml
# Travis advances the master-tot tag to current top of the tree after
# each push into the master branch, because it relies on that tag to
# upload build artifacts to the master-tot release. This will cause