summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 412b67b1b..2332d2952 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -1,13 +1,17 @@
name: "Check for unused imports using Pylint"
on:
- pull_request_target:
+ pull_request:
branches:
+<<<<<<< HEAD
- equuleus
paths:
- '**'
- '!.github/**'
- '!**/*.md'
workflow_dispatch:
+=======
+ - current
+>>>>>>> b67786df8 (T6637: py files filter added for unused import check)
permissions:
pull-requests: write