rust-mobile / android-activity

Glue for building Rust applications on Android with NativeActivity or GameActivity
238 stars 46 forks source link

Enable CI on all branches #124

Closed fornwall closed 11 months ago

fornwall commented 11 months ago

Enabling CI on all branches makes it smoother for external contributors, who can check CI status before creating a PR and awaiting approval of a workflow run.

For pull requests the behaviour in this repository is the same - a workflow run on a PR still requires approval. But for forks, this helps out with faster CI feedback.

rib commented 11 months ago

Thanks, yeah the other thing is that the default is that actions have to be approved for 'first time contributors'.

I've also changed that to approve to 'first time contributors who are new to github'