diff options
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 05fd5afdf..29f7426ce 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -1,6 +1,6 @@ name: Check for unused imports using Pylint on: - pull_request: + pull_request_target: branches: - circinus workflow_dispatch: |