mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Add the 3.12 branch to the github workflows. (#104768)
This commit is contained in:
parent
421cbf39fb
commit
4194d8f2c4
2 changed files with 4 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '3.12'
|
||||
- '3.11'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
|
|
@ -16,6 +17,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- '3.12'
|
||||
- '3.11'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
|
|
|
|||
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
#push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
# - '3.12'
|
||||
# - '3.11'
|
||||
# - '3.10'
|
||||
# - '3.9'
|
||||
|
|
@ -15,6 +16,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- '3.12'
|
||||
- '3.11'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue