Push mirroriring pushes all tags
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=427419) </details> <!--IssueSummary end--> When setting up push mirroring, there is no way to prevent tags from being mirrored as well. This is a problem for us because we want to only push branches, not tags at all. Steps reproduce: 1. Setup push mirror for a repository with tags and configure only main branch to be pushed. 2. Run update Expected behaviour Tags would not be pushed, or only qualifying tags would get pushed. Actual behaviour All tags are pushed.
issue