ci(appveyor): not build feature branches with open pull requests

This commit is contained in:
Clark Du 2018-03-19 18:26:57 +08:00
parent b2f0e0c066
commit ec87889133
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -26,3 +26,6 @@ test_script:
# Don't actually build.
build: off
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true