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