mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -07:00
triggers so we don't double build
This commit is contained in:
parent
a07b641982
commit
ec0e83daad
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@ variables:
|
|||
linuxTar: 'Lidarr.$(buildName).linux.tar.gz'
|
||||
sentryOrg: 'lidarr'
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- develop
|
||||
|
||||
pr:
|
||||
- develop
|
||||
|
||||
stages:
|
||||
- stage: Build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue