From 3474cbca999ebb758d81493d9b47a28f98bdb060 Mon Sep 17 00:00:00 2001 From: Jack Bond-Preston Date: Thu, 7 Jul 2022 14:43:18 +0100 Subject: [PATCH] ci: add "when" clauses --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 90785f3..5691249 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,10 +4,14 @@ pipeline: image: woodpeckerci/plugin-git settings: - path: MagicStorageVoidBag + when: + branch: [ main, ci-testing ] build: image: mcr.microsoft.com/dotnet/sdk commands: - ls + when: + branch: [ main, ci-testing ] branches: [ main, ci-testing ] \ No newline at end of file