From 3e794a7a993d0a57f21c6d19cad9182c06fa5aad Mon Sep 17 00:00:00 2001 From: Soumya Ranjan Mahunt Date: Tue, 30 Mar 2021 01:39:21 +0530 Subject: [PATCH] Ignore changes in azure pipeline. (#844) --- azure-pipelines.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1667a62c..2d0ced9f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,15 @@ # Universal Windows Platform build definition trigger: -- master + paths: + exclude: + - '*.md' + - 'ScreenShots/' + - '.whitesource' + - '.github/' + tags: + exclude: + - '*' pool: vmImage: 'windows-latest'