From e5e39e5cea07d6434ba0c3344aa6b0a45d9a9563 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Fri, 28 Feb 2025 21:26:58 +0100 Subject: [PATCH] chore: wordt enkel uitgevoerd in de dev branch --- .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 98bfa848..5540fbad 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -4,6 +4,8 @@ on: # Trigger the workflow on push or pull request, # but only for the main branch push: + branches: + - dev # Replace pull_request with pull_request_target if you # plan to use this action with forks, see the Limitations section pull_request: