From cb7946b156b4702396bef1c925965e96d232ec38 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 16:59:44 +0100 Subject: [PATCH] ci(azure-pipelines): trigger pipeline on any tag [skip ci] --- azure-pipelines.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d081d9555..56bfe257b 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -11,8 +11,7 @@ trigger: - CHANGELOG.md tags: include: - - prod-* - - test-* + - '*' parameters: - name: services