Tag trigger

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

Hi @borg666,

Can you please follow the webhook troubleshooting guide (https://devcenter.bitrise.io/webhooks/troubleshooting/) and let us know how it goes? As mentioned there, we return the reason for every webhook if that hook did not trigger a build, so you should be able to see it on github, in the repo’s github webhook delivery history; alternatively it’s also listed at https://www.bitrise.io/activity

Please let us know how it goes or if you’d have any questions!