Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead master using *
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 20, 2024
1 parent 55676e5 commit d7465cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d7465cb

Please sign in to comment.