]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Enable GitHub Actions on the 3.10 branch (GH-26242)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 19 May 2021 15:14:37 +0000 (18:14 +0300)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 15:14:37 +0000 (16:14 +0100)
.github/workflows/build.yml
.github/workflows/build_msi.yml
.github/workflows/doc.yml

index d50696d4ff28822387ab020956ac696f9d315cbc..e6b5d1710c1ca59eda4125907daef43cdccd18a7 100644 (file)
@@ -6,16 +6,18 @@ name: Tests
 on:
   push:
     branches:
-    - main
-    - 3.9
-    - 3.8
-    - 3.7
+    - 'main'
+    - '3.10'
+    - '3.9'
+    - '3.8'
+    - '3.7'
   pull_request:
     branches:
-    - main
-    - 3.9
-    - 3.8
-    - 3.7
+    - 'main'
+    - '3.10'
+    - '3.9'
+    - '3.8'
+    - '3.7'
 
 jobs:
   check_source:
index 074f70df4e7a6bf039270f5f5aa6619d6c1fb221..db5eaa17573f27e7e0679c6332f4ae7eb6edf8e5 100644 (file)
@@ -3,18 +3,20 @@ name: TestsMSI
 on:
   push:
     branches:
-    - main
-    - 3.9
-    - 3.8
-    - 3.7
+    - 'main'
+    - '3.10'
+    - '3.9'
+    - '3.8'
+    - '3.7'
     paths:
     - 'Tools/msi/**'
   pull_request:
     branches:
-    - main
-    - 3.9
-    - 3.8
-    - 3.7
+    - 'main'
+    - '3.10'
+    - '3.9'
+    - '3.8'
+    - '3.7'
     paths:
     - 'Tools/msi/**'
 
index 3fcdcbc97f2534b9b191f4836ab22b6ea23252f9..1bc14a22ac69764833190c82757f58eec619b128 100644 (file)
@@ -3,18 +3,20 @@ name: Docs
 on:
   #push:
   #  branches:
-  #  - main
-  #  - 3.9
-  #  - 3.8
-  #  - 3.7
+  #  - 'main'
+  #  - '3.10'
+  #  - '3.9'
+  #  - '3.8'
+  #  - '3.7'
   #  paths:
   #  - 'Doc/**'
   pull_request:
     branches:
-    - main
-    - 3.9
-    - 3.8
-    - 3.7
+    - 'main'
+    - '3.10'
+    - '3.9'
+    - '3.8'
+    - '3.7'
     paths:
     - 'Doc/**'
     - 'Misc/**'