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
ci(workflows): remove branch exclusions and fix artifact paths
Remove branches-ignore patterns from workflow triggers to run on all branches, ensuring CI runs on previously excluded branches (assets**, dist**, gh-pages). Fix artifact download paths by removing trailing slashes for consistency. Update test result upload condition to run on success or failure (not cancelled) for better test reporting.
These changes ensure comprehensive CI coverage across all branches and improve reliability of artifact handling and test reporting.
0 commit comments