From f17407a93f7a1614b567e5f25fa7f6ff5a26fbdf Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Sat, 22 Aug 2026 20:06:05 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=91=B7=20fix=20so=20check=20workfl?= =?UTF-8?q?ow=20is=20only=20on=20pull=20requests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.github/workflows/checks.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/template/.github/workflows/checks.yml b/template/.github/workflows/checks.yml index 49074f5..f78096f 100644 --- a/template/.github/workflows/checks.yml +++ b/template/.github/workflows/checks.yml @@ -1,12 +1,6 @@ name: Checks -on: - pull_request: - branches: - - main - push: - branches: - - main +on: pull_request # Limit token permissions for security permissions: read-all