Attempt to fix CI

This commit is contained in:
Michael Rosenberg 2023-01-29 04:29:44 -05:00
parent 88cc32b687
commit 83300618ad
No known key found for this signature in database

View file

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