mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769)
Add the 3.12 branch to the github workflows. (GH-104768)
(cherry picked from commit 4194d8f2c4
)
Co-authored-by: T. Wouters <thomas@python.org>
This commit is contained in:
parent
c2b127ed3a
commit
97f8547913
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- '3.12'
|
||||||
- '3.11'
|
- '3.11'
|
||||||
- '3.10'
|
- '3.10'
|
||||||
- '3.9'
|
- '3.9'
|
||||||
|
@ -16,6 +17,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- '3.12'
|
||||||
- '3.11'
|
- '3.11'
|
||||||
- '3.10'
|
- '3.10'
|
||||||
- '3.9'
|
- '3.9'
|
||||||
|
|
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
#push:
|
#push:
|
||||||
# branches:
|
# branches:
|
||||||
# - 'main'
|
# - 'main'
|
||||||
|
# - '3.12'
|
||||||
# - '3.11'
|
# - '3.11'
|
||||||
# - '3.10'
|
# - '3.10'
|
||||||
# - '3.9'
|
# - '3.9'
|
||||||
|
@ -15,6 +16,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
- '3.12'
|
||||||
- '3.11'
|
- '3.11'
|
||||||
- '3.10'
|
- '3.10'
|
||||||
- '3.9'
|
- '3.9'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue