fix(ci): add manual step

This commit is contained in:
Tom Neuber 2025-01-21 21:35:18 +01:00
parent 537d38b2ec
commit e11cfd62ac
Signed by: tom
GPG key ID: F17EFE4272D89FF6
3 changed files with 8 additions and 8 deletions

View file

@ -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