Do not build feature branch with open pull requests on AppVeyor

Ref: https://github.com/appveyor/ci/issues/882
This commit is contained in:
Pavel Djundik 2017-04-22 16:04:18 +03:00 committed by GitHub
parent 761dfbb33c
commit 934400f5ee

View file

@ -7,6 +7,9 @@ version: "{build}"
# Do not build on tags (GitHub only)
skip_tags: true
# Do not build feature branch with open pull requests
skip_branch_with_pr: true
environment:
nodejs_version: '4'