From 51ad0dd3f98564007fe4be5643393dfcf15f0c03 Mon Sep 17 00:00:00 2001 From: rorywalsh Date: Wed, 25 Jan 2023 14:51:31 +0000 Subject: [PATCH] updating master branch build trigger --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5dbd8714..51b08396 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ # build PRs, but you can't currently control that from the YAML directly # For details, see https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers trigger: -- develop +- master # We can run multiple jobs in parallel. For this project # I'm running Linux, Windows, and macOS jobs. For syntac details