Skip to content

Commit 0390227

Browse files
authored
Update qodana_code_quality.yml
1 parent 395b098 commit 0390227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qodana_code_quality.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: # Specify your branches here
77
- main # The 'main' branch
8-
- 'releases/*' # The release branches
8+
- v4.2-dev
99

1010
jobs:
1111
qodana:
@@ -25,4 +25,4 @@ jobs:
2525
pr-mode: false
2626
env:
2727
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_2090978292 }}
28-
QODANA_ENDPOINT: 'https://qodana.cloud'
28+
QODANA_ENDPOINT: 'https://qodana.cloud'

0 commit comments

Comments
 (0)