Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahNotSewerSide authored Sep 2, 2023
1 parent e5f96f6 commit 73f0c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Check format code
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy -- -D warnings
run: cargo clippy -- -D warnings

0 comments on commit 73f0c40

Please sign in to comment.