Run Github actions on any push, and PRs to main and develop.

This commit is contained in:
Isis Lovecruft 2021-08-04 01:20:15 +00:00
parent 6b37b25563
commit 897f526d42
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ main ]
branches: [ '*' ]
pull_request:
branches: [ main ]
branches: [ main, develop ]
env:
CARGO_TERM_COLOR: always