From d185b294a222f18fe756945629045c8c2e375200 Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 4 Feb 2020 10:41:33 +0100 Subject: [PATCH] Not trigger pr builds by path --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f9fda27ef..e9345a9cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,14 @@ pr: branches: include: - master + paths: + exclude: + - .circleci + - docs + - licenses + - logos + - LICENSE + - '*.md' jobs: - template: ./.azure/linux-stack.yml