Enable GitHub Actions on the 3.10 branch (GH-26242)

This commit is contained in:
Hugo van Kemenade 2021-05-19 18:14:37 +03:00 committed by GitHub
parent b3ab4344d1
commit 24ccc89547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 24 deletions

View File

@ -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:

View File

@ -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/**'

View File

@ -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/**'