Creating tag in gitlab UI does not fire web hook
Created by: lbdroid
I have created a web hook for tag push events, which calls on a gitlab-ci instance.
When I create and push a tag using commandline/ssh, the tag is created and the web hook to gitlab-ci is called, triggering a build of the project.
When I create a tag using the browser/ui, the tag is created, but the web hook is not called.