diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 1f2631e..e8aecc4 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -3,10 +3,14 @@ on: pull_request_target: branches: - current - - sagitta + paths: + - '**' + - '!.github/**' + - '!**/*.md' workflow_dispatch: permissions: + pull-requests: write contents: read jobs: |