AppVeyor: Do not build feature branches in the PR builder

pull/157/head
Oleg Nenashev 2016-12-09 01:14:55 +01:00
parent 8bf6720f7d
commit bf52683c6c
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Do not build on tags (GitHub and BitBucket) # Do not build tags and feature branches
skip_tags: true skip_tags: true
skip_branch_with_pr: true
# Project configuration # Project configuration
image: Visual Studio 2013 image: Visual Studio 2013