From: T. Wouters Date: Mon, 22 May 2023 23:16:28 +0000 (+0200) Subject: Add the 3.12 branch to the github workflows. (#104768) X-Git-Tag: v3.13.0a1~2090 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4194d8f2c40f478eb0fc9b6fa9b913baaff229da;p=thirdparty%2FPython%2Fcpython.git Add the 3.12 branch to the github workflows. (#104768) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41abddffa5d6..b9797192dba0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,7 @@ on: push: branches: - 'main' + - '3.12' - '3.11' - '3.10' - '3.9' @@ -16,6 +17,7 @@ on: pull_request: branches: - 'main' + - '3.12' - '3.11' - '3.10' - '3.9' diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 3f7550cc7294..ec900ce68a1d 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -5,6 +5,7 @@ on: #push: # branches: # - 'main' + # - '3.12' # - '3.11' # - '3.10' # - '3.9' @@ -15,6 +16,7 @@ on: pull_request: branches: - 'main' + - '3.12' - '3.11' - '3.10' - '3.9'