Skip to content

Never trigger pipelines on tags

Emanuele Aina requested to merge wip/em/ci-skip-tags into master

The rework of rules in the recent "Build sources only once" commit causes the build-source job to be triggered when pushing tags.

Add a global workflow rule to completely avoid triggering pipelines on tags in any case.

Merge request reports