From 70a6d7618a044c6ce8f888dacb728e274c81a85d Mon Sep 17 00:00:00 2001 From: lguohan Date: Wed, 3 Feb 2021 10:17:13 -0800 Subject: [PATCH] [ci]: exclude .github from trigger build (#6661) Signed-off-by: Guohan Lu --- azure-pipelines.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0c8e170b..44818016a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,9 +8,17 @@ trigger: include: - master - 202012 + paths: + exclude: + - .github pr: -- master + branches: + include: + - master + paths: + exclude: + - .github name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)