From 42f99e8a99cfca15e4c78976a6766397705026c5 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 13 Nov 2025 16:03:13 +0100 Subject: [PATCH] Fix pipeline triggers in command-line-api official yml The release/* trigger was missing which means the last code flow happened on August 16th. --- .vsts-ci-official.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vsts-ci-official.yml b/.vsts-ci-official.yml index 387b7f9182..a3a6efb7eb 100644 --- a/.vsts-ci-official.yml +++ b/.vsts-ci-official.yml @@ -17,8 +17,7 @@ trigger: branches: include: - main - - internal/release/* - - validation/* + - release/* pr: autoCancel: false