summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unused-imports.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/unused-imports.yml b/.github/workflows/unused-imports.yml
index d6e820ae6..da57bd270 100644
--- a/.github/workflows/unused-imports.yml
+++ b/.github/workflows/unused-imports.yml
@@ -1,7 +1,9 @@
name: Check for unused imports using Pylint
on:
pull_request_target:
- types: [opened, reopened, ready_for_review, locked]
+ branches:
+ - current
+ - sagitta
jobs:
Check-Unused-Imports: