fix tag pipeline

looks like global branches filter does filter tags :/
This commit is contained in:
6543 2022-10-08 16:18:12 +02:00
parent 25ad50a579
commit c0d9178b4b
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE

View File

@ -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