Enable CI for arbitrary PRs

This commit is contained in:
Michael Rosenberg 2022-10-22 13:28:00 -04:00
parent 0d49dfacf6
commit 5fe0e969bf
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ on:
push:
branches: [ '*' ]
pull_request:
branches: [ main, develop ]
branches: [ '*' ]
env:
CARGO_TERM_COLOR: always