libbpf / libbpf-sys

Rust bindings to libbpf from the Linux kernel
https://crates.io/crates/libbpf-sys/
BSD 2-Clause "Simplified" License
200 stars 48 forks source link

CI: Run CI workflow on pull requests #65

Closed danielocfb closed 1 year ago

danielocfb commented 1 year ago

Let's run the CI workflow on pull requests, so that feedback is more immediate (well, to the degree that is possible). The only concern here could be that we now potentially run twice when creating a pull request and then merging it. But that seems like a tiny price to pay. If we were to force pull request creation we could remove running on push, but I am not sure that's worth it.

danielocfb commented 1 year ago

(I suspect this change must be in the default branch to have effect, so I doubt I can test it [on this repository])

alexforster commented 1 year ago

¯\_(ツ)_/¯ let's give it a shot and see what happens. I'm a complete novice at Github actions. Support was generously implemented by someone else in c58bd53.