mirror of https://github.com/python/cpython
Enable GitHub Actions on the 3.10 branch (GH-26242)
This commit is contained in:
parent
b3ab4344d1
commit
24ccc89547
|
@ -6,16 +6,18 @@ name: Tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
- 'main'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
- '3.8'
|
||||
- '3.7'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
- 'main'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
- '3.8'
|
||||
- '3.7'
|
||||
|
||||
jobs:
|
||||
check_source:
|
||||
|
|
|
@ -3,18 +3,20 @@ name: TestsMSI
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
- 'main'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
- '3.8'
|
||||
- '3.7'
|
||||
paths:
|
||||
- 'Tools/msi/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
- 'main'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
- '3.8'
|
||||
- '3.7'
|
||||
paths:
|
||||
- 'Tools/msi/**'
|
||||
|
||||
|
|
|
@ -3,18 +3,20 @@ name: Docs
|
|||
on:
|
||||
#push:
|
||||
# branches:
|
||||
# - main
|
||||
# - 3.9
|
||||
# - 3.8
|
||||
# - 3.7
|
||||
# - 'main'
|
||||
# - '3.10'
|
||||
# - '3.9'
|
||||
# - '3.8'
|
||||
# - '3.7'
|
||||
# paths:
|
||||
# - 'Doc/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
- 'main'
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
- '3.8'
|
||||
- '3.7'
|
||||
paths:
|
||||
- 'Doc/**'
|
||||
- 'Misc/**'
|
||||
|
|
Loading…
Reference in New Issue