mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:12:19 +00:00
fix event type deployment for ui (#613)
This commit is contained in:
@@ -2,5 +2,5 @@ export enum WebhookEvents {
|
|||||||
Push = 'push',
|
Push = 'push',
|
||||||
Tag = 'tag',
|
Tag = 'tag',
|
||||||
PullRequest = 'pull_request',
|
PullRequest = 'pull_request',
|
||||||
Deploy = 'deploy',
|
Deploy = 'deployment',
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user