From 2bc0dead2a0723bfae88ad1c6c738c838bc9c197 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Thu, 3 Feb 2022 03:16:53 -0800 Subject: [PATCH] Azure Pipelines: Ignore canary_base --- .azure-pipelines.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 326f4effa..6cecd6eeb 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,27 +1,25 @@ trigger: branches: include: [ '*' ] - exclude: [ gh-pages, master ] + exclude: [ gh-pages, master, canary_base ] paths: exclude: - - 'docs/**' - - '.github/**' - - 'LICENSE' - - 'README.md' + - '*.md' - '.appveyor.yml' - - '.travis.yml' + - '.github/**' + - 'docs/**' + - 'LICENSE' pr: branches: include: [ '*' ] - exclude: [ gh-pages, master ] + exclude: [ gh-pages, master, canary_base ] paths: exclude: - - 'docs/**' - - '.github/**' - - 'LICENSE' - - 'README.md' + - '*.md' - '.appveyor.yml' - - '.travis.yml' + - '.github/**' + - 'docs/**' + - 'LICENSE' pool: vmImage: windows-latest