Hi I have the following tag triggers. I checked my webhook on github, it seems like it is sending the events to bitrise, but for some strange reason when i push a new tag, it does not trigger the workflow. Few months ago this was working as usual, but not now. Any help would be appreciated
- tag: prod-v*
workflow: launch-upload-fabric-production-adhoc-script - tag: prod*
workflow: launch-upload-fabric-production-adhoc-script - tag: release*
workflow: test-script - tag: "*"
workflow: test-script