From d7465cb9538af6ba8a0a7b9939cc7d87cf7aff83 Mon Sep 17 00:00:00 2001 From: princegupta1131 <114015020+princegupta1131@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:29:18 +0530 Subject: [PATCH] ED-4000 feat: Github actions instead master using * --- .github/workflows/sonar.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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