From ee498be12f7d3b387ccee655e7c4392bad6cd800 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 10 Feb 2025 14:09:34 +0100 Subject: [PATCH] revert(azure-pipelines): revert path exclude --- azure-pipelines.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 34aaf09e1..7e3395613 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