1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Merge pull request #3 from Bayselonarrend/Bayselonarrend-patch-1

Update sonarqube.yml
This commit is contained in:
Anton Titovets 2024-02-22 16:13:03 +03:00 committed by GitHub
commit aa5caf5c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,9 +28,9 @@ name: SonarQube analysis
on:
push:
branches: [ "main" ]
branches: [ "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]
workflow_dispatch:
permissions:
@ -56,6 +56,7 @@ jobs:
# Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu)
# mandatory
-Dsonar.projectKey=OpenIntegrations
-Dsonar.inclusions=**/*.bsl
# Comma-separated paths to directories containing main source files.
#-Dsonar.sources= # optional, default is project base directory
# When you need the analysis to take place in a directory other than the one from which it was launched