Add CI jobs to comb branch

This commit is contained in:
D. Scott Boggs 2023-01-21 10:23:40 -05:00 committed by Scott Boggs
parent ef28d8367f
commit eeac76c750
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: Rust
on:
push:
branches: [ "main" ]
branches: [ "main", "comb" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "comb" ]
env:
CARGO_TERM_COLOR: always