From e236303008c073cbdca501835182407300190976 Mon Sep 17 00:00:00 2001 From: PotentialStyx <62217716+PotentialStyx@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:44:34 -0800 Subject: [PATCH] ci(clippy): Fix config --- .github/workflows/clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index a947063..5bdc92a 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -1,5 +1,5 @@ { - "on": { "push": {}, "pull_request": {} }, + "on": { "push": { "branches": "main" }, "pull_request": {} }, "name": "Clippy", "permissions": { "security-events": "write" }, "jobs":