disable AppVeyor builds for specific branches (fixes #23)

This commit is contained in:
OCram85 2018-03-21 12:52:59 +01:00 committed by GitHub
parent ce823d4564
commit 8d55f2d6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
version: 0.2.1.{build}
branches:
only:
- master
- dev
- debug
#branches:
# only:
# - master
# - dev
# - debug
skip_tags: true