I've configured a webhook in github, which should be triggered by a push to any branch.
When I edit a file in the github webview, the webhook is being triggered. But when I edit a file in intellij, the webhook is not being triggered.
Do I have to set some meta data in my git configuration locally or what's the difference to the webview approach?