Do not build feature branch with open pull requests on AppVeyor
Ref: https://github.com/appveyor/ci/issues/882
This commit is contained in:
parent
761dfbb33c
commit
934400f5ee
@ -7,6 +7,9 @@ version: "{build}"
|
|||||||
# Do not build on tags (GitHub only)
|
# Do not build on tags (GitHub only)
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
||||||
|
# Do not build feature branch with open pull requests
|
||||||
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: '4'
|
nodejs_version: '4'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user