Feat. Request: Consider Tags
In the current config the pipeline is triggered depending to the pipeline source events and the branches on which a commit happens.
If the pipeline source event is push
, then $PIPELINE_SOURCE_EVENTS
evaluates to true (if configured). This happens for any push event. Sometimes I want to push only one or more tags which should not trigger a version increase because nothing actually happened in the code base.
Could you please consider this in the config?