We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9694e3 commit 46e85dfCopy full SHA for 46e85df
.github/workflows/qodana-check.yml
@@ -3,9 +3,9 @@ name: Qodana
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [ main ]
+ branches: [ main, feature/** ]
7
pull_request:
8
- branches: [ main, feature/* ]
+ branches: [ '**' ]
9
10
concurrency:
11
group: ${{ github.workflow }}${{ github.event.pull_request.number || github.ref }}
0 commit comments