From 63d05a6e78b251f4f731058da9cb41584cd70606 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 19 Aug 2023 15:03:42 +0300 Subject: [PATCH] Prevent useless builds --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c654ffb86..fb82979d3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,10 @@ trigger: include: - develop - master + paths: + exclude: + - .github + - src/Radarr.Api.*/openapi.json pr: branches: @@ -34,6 +38,7 @@ pr: - develop paths: exclude: + - .github - src/NzbDrone.Core/Localization/Core - src/Radarr.Api.*/openapi.json