EnricoMi opened a new pull request, #1508: URL: https://github.com/apache/incubator-uniffle/pull/1508
### What changes were proposed in this pull request? Rework events that trigger `build` and `rust` workflows: the `push` event only triggers on branches `master`, `branch-*` and tags, not on any other branch. Other branches are already covered by the `pull_request` event. Further, allows to trigger those workflows on branches and tags manually. ### Why are the changes needed? Currently you have both `push` and `pull_request` run on commits done to branches that have pull requests- Branches are eventually merged into one of the above branches via pull requests. Hence, running `push` on those branches is pretty redundant. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually. -- 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]
