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
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: [push, manual]
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -34,4 +34,4 @@ steps:
|
||||||
when:
|
when:
|
||||||
- branch:
|
- branch:
|
||||||
exclude: main
|
exclude: main
|
||||||
event: push
|
event: [push, manual]
|
||||||
|
|
Loading…
Reference in a new issue