summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/ci.yml2
-rw-r--r--.azure-pipelines/pr.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/build_msi.yml2
-rw-r--r--.github/workflows/doc.yml1
5 files changed, 7 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 0fe754b..fd7b9c6 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -1,7 +1,7 @@
variables:
coverage: false
-trigger: ['master', '3.9', '3.8', '3.7']
+trigger: ['master', '3.10', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index 2d32e6d..a5840b7 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -1,7 +1,7 @@
variables:
coverage: false
-pr: ['master', '3.9', '3.8', '3.7']
+pr: ['master', '3.10', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 41200bb..adcadd5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,12 +7,14 @@ on:
push:
branches:
- master
+ - 3.10
- 3.9
- 3.8
- 3.7
pull_request:
branches:
- master
+ - 3.10
- 3.9
- 3.8
- 3.7
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index 182eb7c..28ce06f 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- master
+ - 3.10
- 3.9
- 3.8
- 3.7
@@ -12,6 +13,7 @@ on:
pull_request:
branches:
- master
+ - 3.10
- 3.9
- 3.8
- 3.7
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 8924fc9..4426238 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -12,6 +12,7 @@ on:
pull_request:
branches:
- master
+ - 3.10
- 3.9
- 3.8
- 3.7