Skip to content

Commit

Permalink
fix(actions): dont lint pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Blumlaut authored Mar 15, 2024
1 parent 7307623 commit 7dd4bee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -36,4 +33,4 @@ jobs:
with:
auto_fix: true
commit_message: "style: Fix code style issues with ${linter}"
eslint: true
eslint: true

0 comments on commit 7dd4bee

Please sign in to comment.