From c9508682a44a0fe728ba248e38d5f0ebe84bafb7 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Fri, 6 Sep 2024 15:33:49 +0800 Subject: [PATCH] Update qodana_code_quality.yml --- .github/workflows/qodana_code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index c89013a..bd113a7 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -1,7 +1,7 @@ name: Qodana on: workflow_dispatch: - pull_request: + pull_request_target: push: branches: - dev/main