mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -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'
|
linuxTar: 'Lidarr.$(buildName).linux.tar.gz'
|
||||||
sentryOrg: 'lidarr'
|
sentryOrg: 'lidarr'
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- develop
|
||||||
|
|
||||||
|
pr:
|
||||||
|
- develop
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Build
|
- stage: Build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue