Skip to content

Commit c341a0f

Browse files
committed
Update code_quality.yml
1 parent 325e7ab commit c341a0f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: Qodana
22
on:
33
workflow_dispatch:
4-
pull_request:
54
push:
65
branches:
76
- master
87
- develop
8+
pull_request:
9+
types:
10+
- ready_for_review
11+
branches:
12+
- master
13+
- develop
914

1015
jobs:
1116
qodana:

0 commit comments

Comments
 (0)