#0000 - Add manual trigger to Woodpecker CI configuration.
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:
parent
4966b1242a
commit
a487046931
1 changed files with 1 additions and 0 deletions
|
@ -14,4 +14,5 @@ steps:
|
|||
event:
|
||||
- cron
|
||||
- push
|
||||
- manual
|
||||
branch: 'master'
|
||||
|
|
Loading…
Reference in a new issue