From 2333b9aced6c2567ac2fa65f6e38b6ecfb227043 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 4 Apr 2024 15:46:29 +0100 Subject: [PATCH] ci: Exclude docs-master branch --- .ci/azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 468fd5bf..b7d528bb 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -8,6 +8,13 @@ #variables: #ANSIBLE_VERBOSITY: 3 +trigger: + branches: + include: + - "*" + exclude: + - docs-master + jobs: - job: mac11 # vanilla Ansible is really slow