Skip to content

Commit 9852c61

Browse files
committed
ci: quality gate
1 parent dc93560 commit 9852c61

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/quality.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: SonarQube
33
on:
44
push:
55
branches:
6-
- master
6+
- release/**
77
pull_request:
8-
types: [opened, synchronize, reopened]
8+
types:
9+
- opened
10+
- synchronize
11+
- reopened
912

1013
jobs:
1114
gates:

0 commit comments

Comments
 (0)