Skip to content

Commit

Permalink
Merge pull request #96 from zachary0809/main-develop
Browse files Browse the repository at this point in the history
Update rust.yml
  • Loading branch information
Acaishiba authored Jun 26, 2024
2 parents f3a63be + c6ae962 commit 9d9aff6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Rust
on:
push:
branches:
- '**'
- 'main'
- 'main-develop'
pull_request:
branches:
- '**'
- 'main'
- 'main-develop'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 9d9aff6

Please sign in to comment.