diff --git a/.appveyor.yml b/.appveyor.yml index 071072994..54a85f57f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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