diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 2333cda..af2f744 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -4,8 +4,9 @@ on: pull_request: push: branches: # Specify your branches here - - main # The 'main' branch - - 'releases/*' # The release branches + - ver/* # Stable branch + - exp/* # Experimental branch + - dev/* # Development Branch jobs: qodana: @@ -25,4 +26,4 @@ jobs: pr-mode: false env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1658551725 }} - QODANA_ENDPOINT: 'https://qodana.cloud' \ No newline at end of file + QODANA_ENDPOINT: 'https://qodana.cloud'