From da6c114b68edfa8a6699a55dad55e4d954ec83aa Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Sun, 13 Dec 2020 19:09:03 +0200 Subject: [PATCH] Exclude github actions & docs from azure pipeline (#1655) 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: