From 62221c2a7fc959dfe47af7bc98622d81eba3419b 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 [common] --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 674eda217..bc6a21637 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,12 @@ trigger: - master pr: -- develop + branches: + include: + - develop + paths: + exclude: + - src/NzbDrone.Core/Localization/Core stages: