#0000 - Add manual trigger to Woodpecker CI configuration.
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This change allows the CI pipeline to be manually triggered in addition to being triggered by cron jobs and pushes. This provides more flexibility for testing and deployment workflows.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-17 11:21:58 +02:00
parent 4966b1242a
commit a487046931
Signed by: GuillaumeHemmen
GPG key ID: 7921E64524F7EB35

View file

@ -14,4 +14,5 @@ steps:
event:
- cron
- push
- manual
branch: 'master'