From 6c2db3189113de66205ee5b8ca539b700d2b2116 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 28 Apr 2020 21:45:19 +0200 Subject: [PATCH] Build the new branches --- scripts/azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/azure-pipelines.yml b/scripts/azure-pipelines.yml index c7a77e1c49..fe8e3fbebf 100644 --- a/scripts/azure-pipelines.yml +++ b/scripts/azure-pipelines.yml @@ -1,9 +1,13 @@ trigger: - master + - develop + - patch/* - refs/tags/* pr: - master + - develop + - patch/* variables: SKIASHARP_VERSION: 1.68.2