From 9ed758bb9c50e9fdb1267b3eb7c01d9a36500a15 Mon Sep 17 00:00:00 2001 From: abitmore Date: Wed, 7 Feb 2024 14:46:40 +0000 Subject: [PATCH] Update sonar.branch.target for release branch --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index d2b5cb448..918a41f2f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -29,4 +29,4 @@ sonar.coverageReportPaths=coverage.xml # Decide which tree the current build belongs to in SonarCloud. # Managed by the `set_sonar_branch*` script(s) when building with CI. -sonar.branch.target=develop +sonar.branch.target=master