From c822dc84bbd23b8def302b3f4ac29ee92cdf1957 Mon Sep 17 00:00:00 2001 From: Flori <39242991+bitfl0wer@users.noreply.github.com> Date: Sun, 3 Sep 2023 20:00:23 +0200 Subject: [PATCH] Update rust-clippy.yml --- .github/workflows/rust-clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index dbbba76..0c3840f 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -11,7 +11,7 @@ name: rust-clippy analyze on: push: - branches: [ "main", "preserve/*" ] + branches: [ "main", "preserve/*", "dev" ] pull_request: # The branches below must be a subset of the branches above branches: [ "main" ]