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