You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): separate tag and branch triggers to avoid path filtering on tags
Path filters should only apply to branch pushes, not tag pushes.
This allows workflows to run for all version tags regardless of
which files changed in the tagged commit.
0 commit comments