Add 'develop' branch to Qodana workflow
This commit is contained in:
parent
8211506360
commit
37b76d17f4
|
|
@ -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'
|
||||
QODANA_ENDPOINT: 'https://qodana.cloud'
|
||||
|
|
|
|||
Loading…
Reference in New Issue