mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 13:02:23 -07: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…
Add table
Add a link
Reference in a new issue