mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-22 22:26:20 +00:00
fix: create secret for manual build (#1222)
This commit is contained in:
parent
c5778e9ce4
commit
5d7fdbc71c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const (
|
|||
|
||||
func ValidateWebhookEvent(s WebhookEvent) bool {
|
||||
switch s {
|
||||
case EventPush, EventPull, EventTag, EventDeploy, EventCron:
|
||||
case EventPush, EventPull, EventTag, EventDeploy, EventCron, EventManual:
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue