Skip to content

Commit 46e85df

Browse files
rliDavid Hasani
authored andcommitted
Run Qodana on more branches (aws#5078)
1 parent a9694e3 commit 46e85df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qodana-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Qodana
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main ]
6+
branches: [ main, feature/** ]
77
pull_request:
8-
branches: [ main, feature/* ]
8+
branches: [ '**' ]
99

1010
concurrency:
1111
group: ${{ github.workflow }}${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)