diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cffc20334..16645a859 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,8 +1,19 @@ name: Lint (pre-commit) on: - pull_request: push: + branches: + - main + paths-ignore: + - "**/*.md" + - "LICENSE" + pull_request: + branches: + - main + paths-ignore: + - "**/*.md" + - "LICENSE" + jobs: lint: runs-on: ubuntu-latest