From 7b1d9ad19bdb25d5430391df1c0fdf5182e96463 Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Sun, 18 Nov 2018 13:50:26 -0600 Subject: [PATCH] [CI] Blacklist gh-pages branch only; Skip branches with open PRs --- .appveyor.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 818ce571f..54a5e1f38 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,9 +8,9 @@ version: 1.0.{build}-{branch} # branches to build # Only building master (and pull requests) branches: - # whitelist - only: - - master + # blacklist + except: + - gh-pages # Do not build on tags (GitHub only) skip_tags: true @@ -20,6 +20,10 @@ skip_commits: - docs/* - LICENSE - README.md + - .travis.yml + +# Skip branches that have an open pull request. +skip_branch_with_pr: true pull_requests: do_not_increment_build_number: true