An example of how to receive a github.com PushEvent
- Open your repository.
- Click Settings.
- Click Webhooks & Settings.
- Click Add webhook.
- Enter payload. e.g. http://github-pushevent-example.apphb.com/pushevent
- Click Add webhook.
- Click the newly created webhook to watch recent deliveries.
- See HomeController.PushEvent(GitHubPushEvent pushEvent).
- Open the website.
- Click the link.
- That's all it takes.