From 3b049179b2dc24864f7ea70044681d02835ce916 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Fri, 6 Sep 2024 15:31:42 +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 a70cd6ab..9c460f14 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: branches: - dev/main - main