When I push several tags at the same time from local, no github action is triggered.
My workflows are set to start on push tags and it works well normally.
But when I push all remaining tags using git push --tags
, it doesn’t work.
I can’t find any relevant issues and information on the document.
Let me know why it doesn’t work, plz.
P.S. they are lightweight tags.