changed copy paste error with repo name
This commit is contained in:
parent
a2bb2db065
commit
c67eedd112
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ steps:
|
|||
# - linux/arm64
|
||||
# - linux/amd64
|
||||
when:
|
||||
branch: main
|
||||
branch: master
|
||||
- name: docker-build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
|
@ -31,6 +31,6 @@ steps:
|
|||
dry_run: true
|
||||
when:
|
||||
branch:
|
||||
exclude: main
|
||||
exclude: master
|
||||
when:
|
||||
event: push
|
||||
|
|
Loading…
Add table
Reference in a new issue