[AppVeyor] Skip commits that change unrelated files (thanks Rick)

This commit is contained in:
DrChat 2017-12-17 00:12:19 -06:00
parent b134e3f88c
commit 39b5d8ba42
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ branches:
# Do not build on tags (GitHub only)
skip_tags: true
skip_commits:
files:
- docs/*
- LICENSE
- README.md
pull_requests:
do_not_increment_build_number: true