Add 'develop' branch to Qodana workflow
This commit is contained in:
parent
8211506360
commit
37b76d17f4
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: # Specify your branches here
|
branches: # Specify your branches here
|
||||||
- main # The 'main' branch
|
- main # The 'main' branch
|
||||||
|
- develop
|
||||||
- 'releases/*' # The release branches
|
- 'releases/*' # The release branches
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -25,4 +26,4 @@ jobs:
|
||||||
pr-mode: false
|
pr-mode: false
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_268690425 }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_268690425 }}
|
||||||
QODANA_ENDPOINT: 'https://qodana.cloud'
|
QODANA_ENDPOINT: 'https://qodana.cloud'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue