diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-08 18:43:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 18:43:25 (GMT) |
commit | 58d9a9b7b1110209dbf3f82a3f01de6feac9fa1b (patch) | |
tree | e3d139c026cb5ecab99bb8f8c799df4cf0680e8a /.github | |
parent | c844b1437da6d37db54f7d3b793e4120b1e5c73b (diff) | |
download | cpython-58d9a9b7b1110209dbf3f82a3f01de6feac9fa1b.zip cpython-58d9a9b7b1110209dbf3f82a3f01de6feac9fa1b.tar.gz cpython-58d9a9b7b1110209dbf3f82a3f01de6feac9fa1b.tar.bz2 |
[3.13] Run CI on the 3.13 branch (GH-118779) (#118781)
(cherry picked from commit c68311df8543384e04fe994b3d4f4718cca1040e)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b2677f..a53f1ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,19 +8,11 @@ on: push: branches: - 'main' - - '3.12' - - '3.11' - - '3.10' - - '3.9' - - '3.8' + - '3.*' pull_request: branches: - 'main' - - '3.12' - - '3.11' - - '3.10' - - '3.9' - - '3.8' + - '3.*' permissions: contents: read |