summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-05-19 10:24:52 -0700
committerGitHub <noreply@github.com>2020-05-19 10:24:52 -0700
commitb008445a7b93c8c5d4773d33277c6fe815afca7b (patch)
tree30204d23eafdaf0be8d896d0d1ae646dd1646880
parentb5bd4358fc2dea2e7c84d0c56974627fc43217cd (diff)
downloadcpython-git-b008445a7b93c8c5d4773d33277c6fe815afca7b.tar.gz
Enable GitHub Actions for 3.9 branch (GH-20231)
(cherry picked from commit c105f7d8955ef9bf51125f6e44e8543e5f0618df) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/build_msi.yml2
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/doc.yml2
4 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7c3bca3fc0..6bb52cb6a5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,11 +7,13 @@ on:
push:
branches:
- master
+ - 3.9
- 3.8
- 3.7
pull_request:
branches:
- master
+ - 3.9
- 3.8
- 3.7
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index e9ecf54727..fb58e417cd 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -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:
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 6dd973bf8e..6fc15d3bff 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -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:
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index c8d395cea5..44107853ee 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -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: