From e7356a7d4fc481682fd88020606bde38d0ec7be9 Mon Sep 17 00:00:00 2001 From: Stefan Raus Date: Wed, 4 Oct 2023 13:19:29 +0100 Subject: [PATCH] azure-pipelines: add trigger for libiio-v0 branch libiio-v0 is the branch for old libiio API. There is also v0.25 release that has associated all archives. But we found bugs on release and the fixes got pushed into libiio-v0 branch. So we need to keep the CI for old API active. The CI uses azure-pipelines.yml from libiio-v0 branch, meaning that the single impact on master is just on triggering. Signed-off-by: Stefan Raus (cherry picked from commit 53765a10755227ff328e01a621dbb17c59524f37) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 17ab1bc18..309207dd2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,7 @@ trigger: - main - master - next_stable + - libiio-v0 - staging/* - 20* tags: