Skip to content

Commit

Permalink
Merge pull request #5 from mkrueger/mkrueger/workflow
Browse files Browse the repository at this point in the history
Updated workflow.
  • Loading branch information
mkrueger committed Aug 2, 2023
2 parents 962d149 + 5a2b08e commit 8c789e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ $default-branch ]
branches: [ "main" ]
pull_request:
branches: [ $default-branch ]
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 8c789e0

Please sign in to comment.