From 44bd4c360dc032e4bde55b11423ddae0f042600e Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 4 Apr 2024 21:06:26 +0200 Subject: GitHub: fix "on" trigger for unused-imports workflow --- .github/workflows/unused-imports.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/unused-imports.yml b/.github/workflows/unused-imports.yml index e716a9c01..d6e820ae6 100644 --- a/.github/workflows/unused-imports.yml +++ b/.github/workflows/unused-imports.yml @@ -1,7 +1,7 @@ name: Check for unused imports using Pylint -on: push - # pull_request_target: - # types: [opened, reopened, ready_for_review, locked] +on: + pull_request_target: + types: [opened, reopened, ready_for_review, locked] jobs: Check-Unused-Imports: -- cgit v1.2.3