Steps to reproduce
Need to have a git repository like this :
Branches :
- main
 
- support/symfony-54 (with last commit with tag 5.4.0)
 
- support/symfony-64 (with last commit with tag 6.4.0)
 
- support/symfony-71 (with last commit with tag 7.1.0)
 
Checkout branch support/symfony-54
Run Push Tags On Branch action :

Check "Force"
Select tag "5.4.0"
Click on "Push Tags" button.
Expected result (correct result):
Push only tag 5.4.0 on the origin branch support/symfony-54.
Actual result (faulty result):
Push all branches tags (5.4.0, 6.4.0 and 7.1.0) on the origin branches.
Environment
OS version: Windows 11 Professional 64 bits
IDE version: PHPStorm 2025.1.1