allow manual ci
This commit is contained in:
parent
ee7756f51d
commit
03d5ba0ab8
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ steps:
|
|||
- linux/amd64
|
||||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
event: [push, manual]
|
||||
- name: docker-build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
|
@ -34,4 +34,4 @@ steps:
|
|||
when:
|
||||
- branch:
|
||||
exclude: main
|
||||
event: push
|
||||
event: [push, manual]
|
||||
|
|
Loading…
Reference in a new issue