fix event type deployment for ui (#613)

This commit is contained in:
6543 2021-12-18 20:16:45 +01:00 committed by GitHub
parent 1f85615a5d
commit 1d66cd1d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,5 @@ export enum WebhookEvents {
Push = 'push',
Tag = 'tag',
PullRequest = 'pull_request',
Deploy = 'deploy',
Deploy = 'deployment',
}