Skip to content

Commit

Permalink
fix event type deployment for ui (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Dec 18, 2021
1 parent 1f85615 commit 1d66cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/api/types/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export enum WebhookEvents {
Push = 'push',
Tag = 'tag',
PullRequest = 'pull_request',
Deploy = 'deploy',
Deploy = 'deployment',
}

0 comments on commit 1d66cd1

Please sign in to comment.