From f2db40e3c4a4b608fbf206f20e0ebe3df9840fd6 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 19 Oct 2023 17:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20=E9=87=8D=E6=96=B0=E6=BF=80?= =?UTF-8?q?=E6=B4=BB=20Qodana?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/JetBrains/Qodana/discussions/201 --- .github/workflows/qodana_code_quality.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index f5b8bd31..55ec6905 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -1,10 +1,10 @@ name: Qodana on: workflow_dispatch: -# pull_request: -# push: -# branches: -# - master + pull_request: + push: + branches: + - master jobs: qodana: runs-on: ubuntu-latest