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:
Miss Islington (bot) 2020-05-19 10:24:52 -07:00 committed by GitHub
parent b5bd4358fc
commit b008445a7b
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: