From df677182415aa55d44ee2adea1b5d580c22ef7dc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 10 Feb 2025 14:08:46 +0100 Subject: [PATCH] ci(azure-pipelines): exclude CHANGELOG changes as trigger [skip ci] --- azure-pipelines.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index a3f2cbef6..34aaf09e1 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -9,9 +9,9 @@ trigger: tags: include: - '*' - # paths: - # exclude: - # - CHANGELOG.md + paths: + exclude: + - CHANGELOG.md parameters: - name: services