Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Modify the workflow to take effect on all branches
  • Loading branch information
zachary0809 authored Mar 18, 2024
1 parent 9a74a70 commit 49d79da
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 @@ -2,9 +2,11 @@ name: Rust

on:
push:
branches: [ "main" ]
branches:
- '**'
pull_request:
branches: [ "main" ]
branches:
- '**'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 49d79da

Please sign in to comment.