Skip to content

Commit 0bd48b5

Browse files
chore: update sonarcloud config (#1042)
1 parent 21e9f79 commit 0bd48b5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/sonar-cloud.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ on:
33
push:
44
branches:
55
- main
6-
- release/**/*
7-
- feat/*
8-
- feat-*
9-
- fix/*
10-
- fix-*
11-
- lw-*
6+
- release/**
127
pull_request:
138
types: [opened, synchronize, reopened]
149
jobs:
1510
sonarcloud:
1611
name: SonarCloud Code Analysis
17-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1813
steps:
1914
- uses: actions/checkout@v4
2015
with:

0 commit comments

Comments
 (0)