File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Name | Description
7777` status ` | Any time a Repository has a status update from the API
7878` deployment ` | Any time a Repository has a new deployment created from the API.
7979` deployment_status ` | Any time a deployment for the Repository has a status update from the API.
80+ ` * ` | Any time any event is triggered ([ Wildcard Event] ( #wildcard-event ) ).
8081
8182
8283### Payloads
@@ -86,6 +87,13 @@ types](/v3/activity/events/types/), with the exception of [the original `push`
8687event] ( http://help.github.com/post-receive-hooks/ ) ,
8788which has a more detailed payload.
8889
90+ ## Wildcard Event
91+
92+ We also support a wildcard (` * ` ) that will match all supported events. When you
93+ add the wildcard event, we'll replace any existing events you have configured with
94+ the wildcard event and send you payloads for all supported events. You'll also
95+ automatically get any new events we might add in the future.
96+
8997## Ping Event
9098
9199When you create a new webhook, we'll send you a simple ` ping ` event to let you
You can’t perform that action at this time.
0 commit comments