HyukjinKwon opened a new pull request, #55: URL: https://github.com/apache/spark-connect-rust/pull/55
## Summary The GitHub Actions workflows trigger on `branches: [master, main]`, but this repository's only branch is `master` (there is no `main` branch, and the default branch is `master`). Drop the dead `main` entry so the `push` and `pull_request` triggers reflect the actual branch. Affects `rust.yml`, `lint.yml`, and `build_python_connect.yml` (`docs.yml` is handled in #53). JIRA: https://issues.apache.org/jira/browse/SPARK-58992 This pull request and its description were written by Isaac. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
