ci: also build release branches

This commit is contained in:
Daniel Eklöf 2021-10-23 16:03:21 +02:00
parent bd44e82eca
commit cad9dd8efd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,6 +1,9 @@
pipeline: pipeline:
codespell: codespell:
when: { branch: master } when:
branch:
- master
- releases/*
image: alpine:latest image: alpine:latest
commands: commands:
- apk add python3 - apk add python3
@ -9,7 +12,10 @@ pipeline:
- codespell README.md CHANGELOG.md *.c *.h doc/*.scd - codespell README.md CHANGELOG.md *.c *.h doc/*.scd
subprojects: subprojects:
when: { branch: master } when:
branch:
- master
- releases/*
image: alpine:latest image: alpine:latest
commands: commands:
- apk add git - apk add git
@ -19,7 +25,10 @@ pipeline:
- cd .. - cd ..
x64: x64:
when: { branch: master } when:
branch:
- master
- releases/*
group: build group: build
image: alpine:latest image: alpine:latest
commands: commands:
@ -74,7 +83,10 @@ pipeline:
- cd ../.. - cd ../..
x86: x86:
when: { branch: master } when:
branch:
- master
- releases/*
group: build group: build
image: i386/alpine:latest image: i386/alpine:latest
commands: commands: