diff --git a/.appveyor.yml b/.appveyor.yml index f1bf140e4..c6b442c3f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,14 +6,11 @@ version: 1.0.{build}-{branch} # branches to build +# Only building master (and pull requests) branches: - # whitelist - # only: - # - master - - # blacklist - except: - - gh-pages + whitelist + only: + - master # Do not build on tags (GitHub only) skip_tags: true