mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Run CI on the 3.13 branch (#118779)
This commit is contained in:
parent
3c079a0203
commit
c68311df85
1 changed files with 2 additions and 10 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -8,19 +8,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- '3.12'
|
- '3.*'
|
||||||
- '3.11'
|
|
||||||
- '3.10'
|
|
||||||
- '3.9'
|
|
||||||
- '3.8'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- '3.12'
|
- '3.*'
|
||||||
- '3.11'
|
|
||||||
- '3.10'
|
|
||||||
- '3.9'
|
|
||||||
- '3.8'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue