Skip to content

GitHub Webhook Not Triggering on Push Events #152754

Closed Answered by Logesh08
TeamNodSync asked this question in API and Webhooks
Discussion options

You must be logged in to vote

If your GitHub Webhook isn’t firing on push events, try the following fixes:


✅ 1. Check the Webhook Delivery Logs

  1. Go to your GitHub Repo → Settings → Webhooks.
  2. Click on your webhook.
  3. Scroll down to Recent Deliveries.
  4. If there are failed requests, click one to see the response code & error message.

👉 If there are no deliveries at all, GitHub isn’t sending the webhook! Move to the next steps.


✅ 2. Make Sure the Webhook URL is Correct

  • If you are using localhost, GitHub cannot send requests to it.
  • Use a publicly accessible URL (e.g., from ngrok, Vercel, or an actual server).
  • Example command to create a public URL using ngrok:
    ngrok http 3000
    This will generate a temporary public URL for …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TeamNodSync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions and conversations related to APIs or Webhooks Question
2 participants