diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8594589..d82d554 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,9 +4,19 @@ on: push: branches: - main + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' + - 'docs/**' pull_request: branches: - main + paths-ignore: + - '**.md' + - 'LICENSE' + - '.gitignore' + - 'docs/**' permissions: contents: read