Use main for pipelines not master

This commit is contained in:
Ben Ramey
2021-06-26 14:47:00 +00:00
parent 490cf07fc0
commit 51a604fa8e

View File

@@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger: trigger:
- master - main
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'