From cad9dd8efdc67de7c35e0109f41726f8d38d2a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 23 Oct 2021 16:03:21 +0200 Subject: [PATCH] ci: also build release branches --- .woodpecker.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 875213a..4ea84f1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,9 @@ pipeline: codespell: - when: { branch: master } + when: + branch: + - master + - releases/* image: alpine:latest commands: - apk add python3 @@ -9,7 +12,10 @@ pipeline: - codespell README.md CHANGELOG.md *.c *.h doc/*.scd subprojects: - when: { branch: master } + when: + branch: + - master + - releases/* image: alpine:latest commands: - apk add git @@ -19,7 +25,10 @@ pipeline: - cd .. x64: - when: { branch: master } + when: + branch: + - master + - releases/* group: build image: alpine:latest commands: @@ -74,7 +83,10 @@ pipeline: - cd ../.. x86: - when: { branch: master } + when: + branch: + - master + - releases/* group: build image: i386/alpine:latest commands: