[AppVeyor] Don't deploy pull requests
This commit is contained in:
parent
78565e94d6
commit
b9a4ba0c1f
|
@ -142,6 +142,7 @@ deploy:
|
|||
branch: master # release from master branch only
|
||||
configuration: release # deploy release builds only
|
||||
appveyor_repo_tag: true # deploy on tag push only
|
||||
is_not_pr: true # don't deploy pull requests
|
||||
|
||||
# scripts to run before deployment
|
||||
#before_deploy:
|
||||
|
|
Loading…
Reference in New Issue