Optimize .gitlab-ci.yml which run two pipelines when pushing a release tag
When we push a release tag, two pipelines are started, one for the tag and one for the branch update.
We need to remove one trigger.
I propose to remove the tag trigger, cause it is useless, as we publish release manually.
Edited by Vincent Texier