GitHub Webhooks
2025-01-10
Webhooks allow repos to watch for specific events (e.g., pushes, PRs, specific mods, etc), then notify client apps, so they, can act on those triggers.
Webhooks can be used to trigget builds for CI/CD, outage monitoring, microservice comms, etc.