Update CI files to build the 3.10 branch

This commit is contained in:
Pablo Galindo 2021-05-04 01:47:28 +01:00
parent 1d320fe189
commit 4d58730a3a
No known key found for this signature in database
GPG key ID: FFE87404168BD847
5 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -12,6 +12,7 @@ on:
pull_request:
branches:
- master
- 3.10
- 3.9
- 3.8
- 3.7