Update CI files to account for the master -> main rename (GH-25860)

This commit is contained in:
Pablo Galindo 2021-05-03 23:36:55 +01:00 committed by GitHub
parent bb3e0c240b
commit 2fc857a572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 2001 additions and 2160 deletions

View file

@ -1,7 +1,7 @@
variables:
coverage: false
trigger: ['master', '3.9', '3.8', '3.7']
trigger: ['main', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild

View file

@ -1,7 +1,7 @@
variables:
coverage: false
pr: ['master', '3.9', '3.8', '3.7']
pr: ['main', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild