diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b93bdd1..13cd469 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,11 +1,12 @@ name: Lint on: + push: + branches: + - "*" pull_request: branches: - main - - push - - pull_request permissions: contents: read # to fetch code (actions/checkout)