summaryrefslogtreecommitdiff
path: root/.github/workflows/check-unused-imports.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-unused-imports.yml')
-rw-r--r--.github/workflows/check-unused-imports.yml6
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: