aspect-build / rules_py

More compatible Bazel rules for running Python tools and building Python projects
Apache License 2.0
86 stars 28 forks source link

chore: run CI for all pull requests #419

Closed mattem closed 1 month ago

mattem commented 1 month ago

Runs CI on all pull requests even if they don't target main. This allows getting feedback on stacked diffs without having to wait for each diff in the stack to be popped.


Changes are visible to end-users: no

Test plan

None