fix tag pipeline
looks like global branches filter does filter tags :/
This commit is contained in:
parent
25ad50a579
commit
c0d9178b4b
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue