diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e6cc14469..405410300 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,10 +1,6 @@ name: Lint -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +on: [ pull_request ] jobs: lint: