Skip to content

Commit 129cd43

Browse files
committed
fix: update SonarCloud build triggers for push and pull requests
1 parent 82af25f commit 129cd43

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/sonarcloud-build.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44

55
name: SonarCloud Build
66

7-
on: push
7+
on:
8+
push:
9+
branches:
10+
- "**"
11+
pull_request:
12+
branches:
13+
- "main"
14+
- "develop"
15+
pull_request_target:
16+
branches:
17+
- "main"
18+
- "develop"
819

920
jobs:
1021
build:

0 commit comments

Comments
 (0)