From 9ba4486c2e350a7801309316cf9995c9bcaad23c 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 48f6ee3d0..0527b4639 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