From 241854a7cc8407f88cc436e45547ab98541f1525 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Thu, 13 Mar 2025 16:49:39 +0100 Subject: [PATCH] chore: lint-action enkel uitvoeren op PRs die klaar zijn voor review --- .github/workflows/lint-action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index e0f24ba9..b136a850 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -11,6 +11,8 @@ on: pull_request: branches: - dev + types: [ready_for_review] + # Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token permissions: