diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index bdecdb0f4f4..f6f34e0778e 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -3,7 +3,8 @@ name: Sonar on: workflow_run: workflows: [Build-Test] # Trigger when the Build-Test workflow completes - branches: "*" + branches: + - "release-**" types: - completed # Trigger on completion of the Build-Test workflow