From ec0e83daad35efff4361cb092cc80f617aaeffed Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 11 Aug 2019 16:10:36 -0400 Subject: [PATCH] triggers so we don't double build --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a638a31bd..fdb0e2e33 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,14 @@ variables: linuxTar: 'Lidarr.$(buildName).linux.tar.gz' sentryOrg: 'lidarr' +trigger: + branches: + include: + - develop + +pr: +- develop + stages: - stage: Build