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 branch references from 'main' to 'master' in GitHub workflows
Corrects workflow trigger conditions to properly match the repository's
master branch instead of main:
- wheels.yml: Fix pull_request branches, comments, and publish condition
- main.yml: Fix push and pull_request branch triggers
This resolves the issue where publish-github-releases job was not
triggering on master branch pushes due to incorrect branch reference.
0 commit comments