diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2020-05-19 17:01:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 17:01:32 (GMT) |
commit | c105f7d8955ef9bf51125f6e44e8543e5f0618df (patch) | |
tree | 554188179ecb6c918ed026fdbe71f770be467a36 /.github/workflows/build_msi.yml | |
parent | 2a561b5f6830aee39cf05dc70c24e26c3558dda0 (diff) | |
download | cpython-c105f7d8955ef9bf51125f6e44e8543e5f0618df.zip cpython-c105f7d8955ef9bf51125f6e44e8543e5f0618df.tar.gz cpython-c105f7d8955ef9bf51125f6e44e8543e5f0618df.tar.bz2 |
Enable GitHub Actions for 3.9 branch (GH-20231)
Diffstat (limited to '.github/workflows/build_msi.yml')
-rw-r--r-- | .github/workflows/build_msi.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml index e9ecf54..fb58e41 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: |