From 81203be81106f88a9019ff061497279f4aa0f247 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 16:55:03 +0100 Subject: [PATCH] ci(azure-pipelines): set custom triggers; allow tag pipelines [skip ci] --- azure-pipelines.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 67daf027b..d081d9555 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -2,6 +2,18 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later +trigger: + branches: + include: + - '*' + paths: + exclude: + - CHANGELOG.md + tags: + include: + - prod-* + - test-* + parameters: - name: services type: object