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