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.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index aada264..7ec4099 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -2,6 +2,7 @@ name: Check for unused imports using Pylint
on:
pull_request:
branches:
+ - main
- current
- sagitta
workflow_dispatch: