diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 6aaa3a19f40..eba0efbe8e0 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -114,6 +114,7 @@ "fullBuildPatterns": [ "build/*", "src/rulesets/*", + "src/Layers/*", ".github/workflows/PullRequestHandler.yaml", ".github/workflows/_BuildALGoProject.yaml" ], @@ -141,8 +142,5 @@ "onPull_Request": true, "onSchedule": false, "mode": "modifiedApps" - }, - "fullBuildPatterns": [ - "src/Layers/*" - ] + } }