I would like to trigger a GitLab project, but instead of using a branch, I would like to use a specific tag. How can this be achieved?
The following triggers the develop branch of some-project:
bridge:
stage: bridge
trigger:
project: some-project
branch: develop