fix(ci): add manual step
This commit is contained in:
parent
537d38b2ec
commit
e11cfd62ac
3 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ steps:
|
|||
- ${CI_PIPELINE_NUMBER}
|
||||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
event: [push, manual]
|
||||
- name: docker-staging
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
|
@ -36,6 +36,6 @@ steps:
|
|||
when:
|
||||
- branch:
|
||||
exclude: main
|
||||
event: push
|
||||
event: [push, manual]
|
||||
depends_on:
|
||||
- lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue