From 8519a7c79ac7d5a4b50f337f0b5a50ba4bc544ea Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Mon, 16 Oct 2023 19:08:08 +0300 Subject: [PATCH] azure_pipelines.yml: add next_stable and libad9361-iio-v0 as trigger Two new branches were added on the repository, for this ones the pipeline also needs to be triggered when PRs are raised or commits are pushed. Signed-off-by: Andreea Andrisan --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 54d18a4..69221ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,8 @@ trigger: include: - main - master + - next_stable + - libad9361-iio-v0 - staging/* - 20* tags: @@ -17,6 +19,8 @@ pr: include: - main - master + - next_stable + - libad9361-iio-v0 - 20* jobs: