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
Enable all CI/CD workflows to run on version tags (v*) in addition to branches and PRs. This allows tag pushes to automatically trigger the full build, test, and release pipeline. Modified workflows: - wheels.yml: Added 'tags: [v*]' trigger - wheels-docker.yml: Added 'tags: [v*]' trigger - wheels-arm64.yml: Added 'tags: [v*]' trigger - wstest.yml: Added 'tags: [v*]' trigger - main.yml: Added 'tags: [v*]' trigger This fixes the issue where pushing tag v25.10.2 did not trigger any workflows, requiring manual workflow dispatch instead.
0 commit comments