mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Add manual to event enum (#1226)
This commit is contained in:
parent
5d7fdbc71c
commit
6d6e54afab
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@
|
|||
}
|
||||
},
|
||||
"event_enum": {
|
||||
"enum": ["push", "pull_request", "tag", "deployment", "cron"]
|
||||
"enum": ["push", "pull_request", "tag", "deployment", "cron", "manual"]
|
||||
},
|
||||
"constraint_list": {
|
||||
"oneOf": [
|
||||
|
|
Loading…
Reference in a new issue