mirror of https://github.com/winsw/winsw
AppVeyor: Do not build feature branches in the PR builder
parent
8bf6720f7d
commit
bf52683c6c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue