I've looked at GET /events
but it returns all events not just push events which I'm interested in.
I've read about webhooks and this pushEvent
in particular but that can be configured to only a repository to get notified if pushed to that one repo.
But I want to get post requests like webhooks for all push requests across all public repos from all users. Something like Github Archive.