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(workflows): check actual branch in default branch validation
Update the default branch check to validate the actual branch being
processed (from input or GITHUB_REF) rather than just GITHUB_REF.
This prevents running the workflow on the default branch even when
specified via the branch input parameter.
Co-authored-by: LayZeeDK <[email protected]>
0 commit comments