mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Update CI files to account for the master -> main rename (GH-25860)
This commit is contained in:
parent
bb3e0c240b
commit
2fc857a572
15 changed files with 2001 additions and 2160 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue