python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 386 forks source link

chore(ci): better specify how to trigger Github Actions #658

Closed StephenSorriaux closed 2 years ago

StephenSorriaux commented 2 years ago

Why is this needed?

Current configuration of Github Actions only trigger on push on the repo, but not on pull requets, which is kind of limited.

Proposed Changes

Does this PR introduce any breaking change?

Nah