Skip to content

Commit

Permalink
Fix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
migrax committed Apr 20, 2021
1 parent b88de8a commit 2c647d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: build
on:
push:
branches:
- *
- "*"
pull_request:
branches:
- *
- "*"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 2c647d4

Please sign in to comment.