From 7dd4beebfb0dfb5edcff281f360c47a222f47a65 Mon Sep 17 00:00:00 2001 From: Blumlaut <13604413+Blumlaut@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:15:27 +0100 Subject: [PATCH] fix(actions): dont lint pull requests --- .github/workflows/lint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aab54704..661ede91 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,9 +4,6 @@ on: push: branches: - master - pull_request_target: - branches: - - master # Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token permissions: @@ -36,4 +33,4 @@ jobs: with: auto_fix: true commit_message: "style: Fix code style issues with ${linter}" - eslint: true \ No newline at end of file + eslint: true