From 9a56bd03a795ac871b0563c80fbcd860a66e9ab0 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 12 Apr 2022 21:56:08 +0200 Subject: [PATCH] Prevents tests from running on dev or main --- .woodpecker/.test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index ec559c8..3800cc1 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -3,6 +3,8 @@ matrix: - linux/amd64 - linux/arm64 +branches: + exclude: [main, dev] platform: ${PLATFORM} pipeline: