try to make linter happy
This commit is contained in:
parent
7e04cf2b8e
commit
38b4e11d1b
1 changed files with 5 additions and 9 deletions
|
@ -14,8 +14,8 @@ steps:
|
|||
- linux/arm64
|
||||
- linux/amd64
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
- branch: main
|
||||
event: push
|
||||
- name: docker-build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
|
@ -32,10 +32,6 @@ steps:
|
|||
- linux/amd64
|
||||
dry_run: true
|
||||
when:
|
||||
branch:
|
||||
exclude:
|
||||
- main
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
- branch:
|
||||
exclude: main
|
||||
event: push
|
Loading…
Reference in a new issue