Yicong-Huang opened a new issue, #4594: URL: https://github.com/apache/texera/issues/4594
### Parent Issue Part of #4581. ### Problem The current GitHub Actions build workflow only triggers on pushes to `main` and `ci-enable/**`, so commits pushed directly to release branches such as `release/v1.1.0-incubating` do not run CI automatically. ### Scope - Update CI workflow triggers to cover release branches as intended. - Verify whether release-branch pushes should run the same workflow as `main` or a reduced variant. - Confirm the expected behavior for branch protection / required checks on release branches. ### Acceptance Criteria - Pushes to supported release branches trigger CI automatically. - The expected status checks appear on release-branch commits. - The workflow configuration is documented or made self-explanatory enough for future release branches. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
