diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 36b67c7987..aa98605a55 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -31,6 +31,16 @@ "CLEAN29" ] } + }, + { + "projects": [ + "." + ], + "settings": { + "appFolders": [ + "src/Layers/W1/DemoTool" + ] + } } ], "customALGoFiles": { @@ -120,8 +130,11 @@ "PullRequestTrigger": "pull_request", "ALDoc": { "maxReleases": 0, - "continuousDeployment": false, + "continuousDeployment": true, "groupByProject": false, + "includeProjects": [ + "build_projects_Apps W1" + ], "excludeProjects": [ "build_projects_System Application Modules" ]