From 73f0c40decf2ca44005bd9be10e2edf5b232ecd6 Mon Sep 17 00:00:00 2001 From: YeahNotSewerSide <47860375+DoctorEenot@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:47:36 +0300 Subject: [PATCH] Update workflow --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c3fcda5..d405ae4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -23,4 +23,4 @@ jobs: - name: Check format code run: cargo fmt -- --check - name: Clippy - run: cargo clippy -- -D warnings \ No newline at end of file + run: cargo clippy -- -D warnings