-
I want my workflow to be triggered when a release is published and has a specific tag syntax. So, I wrote the following:
However, the workflow is triggered when a release is published, regardless of its tag name. Is it possible to configure the filtering the way I want? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The You could add an The tag name should be accessible via |
Beta Was this translation helpful? Give feedback.
-
@Simran-B thanks for the reply. I was hoping that filtering is added at the trigger level so that the workflow doesn’t even start. I ended up using the
|
Beta Was this translation helpful? Give feedback.
@Simran-B thanks for the reply. I was hoping that filtering is added at the trigger level so that the workflow doesn’t even start.
I ended up using the
if
conditional this way: