Skip to content

Commit 12ca0df

Browse files
committed
Update branch and PR strategy for Sonar scan
1 parent 78e99c3 commit 12ca0df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sonarqube.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: SonarQube Analysis
33
on:
44
push:
55
branches:
6-
- main
6+
- '**'
7+
- '!release/**'
8+
tags-ignore:
9+
- "v[0-9]+.[0-9]+.[0-9]+"
10+
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
711
pull_request:
812
types: [opened, synchronize, reopened]
913
workflow_dispatch:

0 commit comments

Comments
 (0)