From dc4940e26edf13e29c60be59db5a73dd3e801f23 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 27 Jul 2022 06:13:28 -0700 Subject: [PATCH] Try different syntax --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa3f1b54..1710922e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,10 @@ pr: - -master - -v5 + branches: + include: ["main", "v5"] trigger: - -master - -v5 + branches: + include: ["main", "v5"] jobs: - job: Linux