From 543f2e7ddcc02c5f58a0f3b4afdff0d6e921ff55 Mon Sep 17 00:00:00 2001 From: ta264 Date: Thu, 13 May 2021 21:16:40 +0100 Subject: [PATCH] Don't run build for weblate PRs (cherry picked from commit 62221c2a7fc959dfe47af7bc98622d81eba3419b) --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d2129702..ce8037e80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,12 @@ trigger: - master pr: -- develop + branches: + include: + - develop + paths: + exclude: + - src/NzbDrone.Core/Localization/Core stages: - stage: Setup