From 85185c0f5d0cc3794c306193535a525942a6d06a Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 4 Dec 2020 08:26:41 +0200 Subject: [PATCH] exclude github actions & docs from azure pipeline Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 8db2859598..24bf47c221 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,8 +1,15 @@ variables: YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn pr: - - master - - releases/* + branches: + include: + - master + - releases/* + paths: + exclude: + - .github/* + - docs/* + - mkdocs/* trigger: branches: include: @@ -10,6 +17,11 @@ trigger: tags: include: - "*" + paths: + exclude: + - .github/* + - docs/* + - mkdocs/* jobs: - job: Windows pool: