From 8a19f8c1cc5af98801dc7474737b27b6cd6a7afd Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 27 Jul 2022 06:04:53 -0700 Subject: [PATCH 1/2] Enable CI on v5 branch --- azure-pipelines.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 34a17ca9..fa3f1b54 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,10 @@ -# Node.js -# Build a general Node.js application with npm. -# Add steps that analyze code, save build artifacts, deploy, and more: -# https://docs.microsoft.com/vsts/pipelines/languages/javascript +pr: + -master + -v5 + +trigger: + -master + -v5 jobs: - job: Linux 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 2/2] 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