Exclude tag trigger pattern

Hello everyone!

I have a question regarding the tag pattern in the trigger map. I have 2 scenarios, one that are production tags and one that are release candidate tags. But I just want to trigger a workflow for production tags, is this possible?
I saw that the trigger patter follows a Glob format, but everything I tried didn’t work.

Tags follow the following pattern:

  • 6.8.3 => For production (trigger workflow)
  • 6.8.3-rc.1 => Release candidate (should not trigger any workflow)

Does anyone have any ideas?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.