summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/ci.yml
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2021-05-03 22:36:55 (GMT)
committerGitHub <noreply@github.com>2021-05-03 22:36:55 (GMT)
commit2fc857a5721a5b42bcb696c9cae1bbcc82a91b17 (patch)
treee2f3215539a6c70bd583648a75f4686b5c16cb26 /.azure-pipelines/ci.yml
parentbb3e0c240bc60fe08d332ff5955d54197f79751c (diff)
downloadcpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.zip
cpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.tar.gz
cpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.tar.bz2
Update CI files to account for the master -> main rename (GH-25860)
Diffstat (limited to '.azure-pipelines/ci.yml')
-rw-r--r--.azure-pipelines/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 0fe754b..b2ce9e7 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -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