fix: create secret for manual build (#1222)

This commit is contained in:
6543 2022-09-29 07:30:05 +02:00 committed by GitHub
parent c5778e9ce4
commit 5d7fdbc71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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