mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[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
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue