From 691293a0966b4efb2fa5ad921f0b28bb958ded34 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 20 Jul 2023 19:31:30 -0400 Subject: [PATCH] Only run clippy on sources --- .github/workflows/clippy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index b4d4529..4cb8fdb 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -2,6 +2,10 @@ name: Clippy check on: push: + paths: + - '.github/workflows/clippy.yml' + - '**/Cargo.toml' + - '**/*.rs' permissions: checks: write