From 4d58730a3ade8dff09619ec8a7a01ef01bff99d1 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Tue, 4 May 2021 01:47:28 +0100 Subject: [PATCH] Update CI files to build the 3.10 branch --- .azure-pipelines/ci.yml | 2 +- .azure-pipelines/pr.yml | 2 +- .github/workflows/build.yml | 2 ++ .github/workflows/build_msi.yml | 2 ++ .github/workflows/doc.yml | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 0fe754bb071..fd7b9c6f635 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 2d32e6d49bc..a5840b73c8c 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 41200bb957e..adcadd55f2e 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 182eb7ce571..28ce06f3cf4 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 8924fc992e2..4426238b9d9 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