From 5bae8f37e0d9e296904678ca259ad32f34b8f452 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:39:13 +0100 Subject: [PATCH] ci/cd: allow for test branches with multiple / e.g. `test/this/that` --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f9bc6834..6e432a61e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ trigger: branches: include: - master - - test/* + - test/** paths: exclude: - .github @@ -26,7 +26,7 @@ pr: branches: include: - master - - test/* + - test/** paths: exclude: - .github