Tip: Solo los miembros con privilegios de propietario de una organización o privilegios de administrador de un repositorio pueden manage webhooks for an organization. Para obtener más información, consulta la sección "Roles en una organización".
Webhooks can be triggered whenever a variety of actions are performed on a repository or an organization. For example, you can configure a webhook to execute whenever:
- A repository is pushed to
- A pull request is opened
- A Páginas de GitHub site is built
- A new member is added to a team
Using the GitHub API, you can make these webhooks update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.
To set up a new webhook, you'll need access to an external server and familiarity with the technical procedures involved. For help on building a webhook, including a full list of actions you can associate with, see "Webhooks."