From 37b76d17f495b826ccc282fcbbb438ef736886da Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Miranda Date: Mon, 24 Nov 2025 22:12:41 -0300 Subject: [PATCH] Add 'develop' branch to Qodana workflow --- .github/workflows/qodana_code_quality.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index c8a2a14..1e1d55f 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -5,6 +5,7 @@ on: push: branches: # Specify your branches here - main # The 'main' branch + - develop - 'releases/*' # The release branches jobs: @@ -25,4 +26,4 @@ jobs: pr-mode: false env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_268690425 }} - QODANA_ENDPOINT: 'https://qodana.cloud' \ No newline at end of file + QODANA_ENDPOINT: 'https://qodana.cloud'