Skip to content

Commit

Permalink
Run github action when pushing to this dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxslarsson committed Jan 9, 2024
1 parent 1d9d500 commit 95799f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
branches:
- main
- add-github-actions-testing

env:
CARGO_TERM_COLOR: always

jobs:
test:
Expand Down

0 comments on commit 95799f7

Please sign in to comment.