mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-18 22:32:42 +01:00
Don't Build Twice on Branches with Pull Requests
This commit is contained in:
parent
d031b823f2
commit
8c68ddfeb2
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ cache:
|
|||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
|
||||
skip_branch_with_pr: true
|
||||
|
||||
on_failure:
|
||||
- ps: Get-ChildItem .\_artifacts\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
- ps: Get-ChildItem .\_artifacts\*.exe | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
|
|
|
|||
Loading…
Reference in a new issue