Skip to content

Commit 440f69e

Browse files
committed
Ensure sonar cloud execution on PR against main and development
1 parent 863a76f commit 440f69e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
push:
66
branches:
77
- development
8-
8+
pull_request:
9+
branches:
10+
- development
11+
- main
912
jobs:
1013
sonarcloud:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)