[AppVeyor] Don't deploy pull requests

This commit is contained in:
DrChat 2017-12-05 14:53:24 -06:00
parent 78565e94d6
commit b9a4ba0c1f
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ deploy:
branch: master # release from master branch only branch: master # release from master branch only
configuration: release # deploy release builds only configuration: release # deploy release builds only
appveyor_repo_tag: true # deploy on tag push only appveyor_repo_tag: true # deploy on tag push only
is_not_pr: true # don't deploy pull requests
# scripts to run before deployment # scripts to run before deployment
#before_deploy: #before_deploy: