mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 17:10:42 +08:00
Only deploy master branch with appveyor.
This commit is contained in:
parent
6d858885ba
commit
2fae745f56
@ -42,7 +42,7 @@ artifacts:
|
||||
- path: .\slic3r*zip
|
||||
name: slic3r-dev
|
||||
deploy_script:
|
||||
- ps: "cd C:/projects/slic3r; & package/win/appveyor_deploy.ps1"
|
||||
- ps: "if ($env:APPVEYOR_REPO_BRANCH -eq 'master') { cd C:/projects/slic3r; & package/win/appveyor_deploy.ps1 }"
|
||||
on_success:
|
||||
- ps:
|
||||
on_failure:
|
||||
|
Loading…
x
Reference in New Issue
Block a user