From 84f8fc0fa402abe79d4e1fcf34cdbcce67f7ff78 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 22 Nov 2023 16:43:48 +0100 Subject: [PATCH] Update branch filter for push event --- .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 15dedd4..4c45b0b 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/*", "dev" ] + branches: [ "main", "preserve/*" ] pull_request: # The branches below must be a subset of the branches above branches: [ "main", "dev" ]