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