I have pretty simple pipelines config
tags:
v*:
- step:
script:
- .....
default:
- step:
script:
- .....
when I make regular commit, second one is triggered, but if I commit tag and nothing else, both two pipelines executed.
Is it possible to not execute second one if no files in commit, only version mark?