mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Enable GitHub Actions for 3.9 branch (GH-20231)
(cherry picked from commit c105f7d895
)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
b5bd4358fc
commit
b008445a7b
4 changed files with 8 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -7,11 +7,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
|
||||
|
|
2
.github/workflows/build_msi.yml
vendored
2
.github/workflows/build_msi.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
paths:
|
||||
|
@ -11,6 +12,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
paths:
|
||||
|
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
paths-ignore:
|
||||
|
@ -12,6 +13,7 @@ on:
|
|||
#pull_request:
|
||||
# branches:
|
||||
# - master
|
||||
# - 3.9
|
||||
# - 3.8
|
||||
# - 3.7
|
||||
# paths-ignore:
|
||||
|
|
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
#push:
|
||||
# branches:
|
||||
# - master
|
||||
# - 3.9
|
||||
# - 3.8
|
||||
# - 3.7
|
||||
# paths:
|
||||
|
@ -11,6 +12,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue