Skip to content

Commit 3909c69

Browse files
fix(workflow): restrict SonarCloud trigger to main branch only
1 parent f98578f commit 3909c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: SonarCloud
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [main]
66
pull_request:
77
types: [opened, synchronize, reopened]
88

0 commit comments

Comments
 (0)