[AppVeyor] Skip commits that change unrelated files (thanks Rick)
This commit is contained in:
parent
b134e3f88c
commit
39b5d8ba42
|
@ -18,6 +18,12 @@ branches:
|
||||||
# Do not build on tags (GitHub only)
|
# Do not build on tags (GitHub only)
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
||||||
|
skip_commits:
|
||||||
|
files:
|
||||||
|
- docs/*
|
||||||
|
- LICENSE
|
||||||
|
- README.md
|
||||||
|
|
||||||
pull_requests:
|
pull_requests:
|
||||||
do_not_increment_build_number: true
|
do_not_increment_build_number: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue