From 2b663c438c02b494007cabd18f791d2b4da52e31 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Thu, 10 Sep 2020 15:53:36 -0500 Subject: [PATCH] [ci] Don't kick off CI for documentation only changes. --- build-tools/automation/azure-pipelines.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 87cc44653..6720f8781 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -5,8 +5,14 @@ trigger: - d16-* pr: - - master - - d16-* + branches: + include: + - master + - d16-* + paths: + exclude: + - README.md + - Documentation/* # Global variables variables: