Enable GitHub Actions for 3.9 branch (GH-20231)

This commit is contained in:
Hugo van Kemenade 2020-05-19 20:01:32 +03:00 committed by GitHub
parent 2a561b5f68
commit c105f7d895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -7,11 +7,13 @@ on:
push:
branches:
- master
- 3.9
- 3.8
- 3.7
pull_request:
branches:
- master
- 3.9
- 3.8
- 3.7

View File

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

View File

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

View File

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