diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 080ca5b..7bdf543 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -5,7 +5,7 @@ on: push: branches: # Specify your branches here - main # The 'main' branch - - 'releases/*' # The release branches + - v4.2-dev jobs: qodana: @@ -25,4 +25,4 @@ jobs: pr-mode: false env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_2090978292 }} - QODANA_ENDPOINT: 'https://qodana.cloud' \ No newline at end of file + QODANA_ENDPOINT: 'https://qodana.cloud'