Skip to content

Commit 175cf72

Browse files
Merge pull request #25 from haani-niyaz/fix-sonarqube-build
Fix sonarqube build
2 parents fca83a2 + 916491c commit 175cf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml renamed to .github/workflows/SonarCloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build
1+
name: SonarCloud
22
on:
33
push:
44
branches:
55
- main
6-
pull_request:
6+
pull_request_target:
77
types: [opened, synchronize, reopened]
88
jobs:
99
sonarcloud:

0 commit comments

Comments
 (0)