From 6250360c584a9d23be259383d1f1ac907985c8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 10 Oct 2021 19:05:47 +0200 Subject: [PATCH] ci: limit builds to the master branch (and pulls targeting it) --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index e8adf8b..5f95979 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,7 @@ clone: pipeline: codespell: + when: { branch: master } image: alpine:latest commands: - apk add python3 @@ -13,6 +14,7 @@ pipeline: - codespell README.md CHANGELOG.md *.c *.h doc/*.scd subprojects: + when: { branch: master } image: alpine:latest commands: - apk add git @@ -22,6 +24,7 @@ pipeline: - cd .. x64: + when: { branch: master } group: build image: alpine:latest commands: @@ -72,6 +75,7 @@ pipeline: - cd ../.. x86: + when: { branch: master } group: build image: i386/alpine:latest commands: