From 00711e42c0bb44d9785838724f0e7ca4918c7260 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 7 Feb 2025 21:06:28 +0100 Subject: [PATCH] ci(azure-pipelines): tweak triggers --- azure-pipelines.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ab57d9c34..93bdea129 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -6,12 +6,13 @@ trigger: branches: include: - '*' - paths: - exclude: - - CHANGELOG.md + # paths: + # exclude: + # - CHANGELOG.md tags: include: - '*' + exclude: [] parameters: - name: services