I have an enterprise server. I have a test workflow that runs on push to any branch. When I commit within the web interface, the workflow runs as expected, but when I commit on my local machine and push, the workflow doesn't run. I got access to the rest api and checked events, it doesn't seem to even create an event when pushing from local.
How can I fix it so pushing from my development machine will trigger events?