fix: ci allow manual event
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline failed

This commit is contained in:
nyyu 2023-05-20 19:02:30 +02:00
parent 35699c6a58
commit a851703575

View file

@ -13,4 +13,4 @@ pipeline:
build_args: VERSION=dev
when:
branch: main
event: [push, cron, tag]
event: [push, cron, tag, manual]