From 44abd843e8efd94164e8fc379353c2fdae82bf69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ors=C3=A1k=20Maro=C5=A1?= <30839163+see-quick@users.noreply.github.com> Date: Thu, 20 Jan 2022 17:50:47 +0100 Subject: [PATCH] [MO] - add tags trigger (#21) Signed-off-by: morsak --- .azure/build-pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure/build-pipeline.yaml b/.azure/build-pipeline.yaml index a7f0b0f..a52e743 100644 --- a/.azure/build-pipeline.yaml +++ b/.azure/build-pipeline.yaml @@ -4,6 +4,9 @@ trigger: include: - 'main' - 'release-*' + tags: + include: + - '*' pr: autoCancel: true branches: