mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-08 16:45:30 +00:00
fix event type deployment for ui (#613)
This commit is contained in:
parent
1f85615a5d
commit
1d66cd1d0d
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ export enum WebhookEvents {
|
|||
Push = 'push',
|
||||
Tag = 'tag',
|
||||
PullRequest = 'pull_request',
|
||||
Deploy = 'deploy',
|
||||
Deploy = 'deployment',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue