From c0d9178b4bdf7c600cf80a9d3de80f190630e904 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 8 Oct 2022 16:18:12 +0200 Subject: [PATCH] fix tag pipeline looks like global branches filter does filter tags :/ --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6afccf2..4ea31a3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,3 @@ -branches: main - variables: - &platforms 'linux/amd64,linux/arm64' - &golang 'golang:1.18' @@ -22,6 +20,7 @@ pipeline: dry_run: true when: event: pull_request + branch: main publish: image: woodpeckerci/plugin-docker-buildx:v20.10.18