From: Jelle Zijlstra Date: Wed, 8 May 2024 18:12:36 +0000 (-0700) Subject: Run CI on the 3.13 branch (#118779) X-Git-Tag: v3.14.0a1~1970 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c68311df8543384e04fe994b3d4f4718cca1040e;p=thirdparty%2FPython%2Fcpython.git Run CI on the 3.13 branch (#118779) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b2677ff6fe8..a53f1ae1a46f 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