Skip to content

Commit

Permalink
dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tower120 committed Nov 9, 2024
1 parent c6d03e4 commit eaec341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
on:
workflow_dispatch:
push:
branches: [ "master" ]
branches: [ "master", "dev" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "dev" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit eaec341

Please sign in to comment.