diff --git a/CI/exclude-from-build.json b/CI/exclude-from-build.json index abc6f913a..999e736a5 100644 --- a/CI/exclude-from-build.json +++ b/CI/exclude-from-build.json @@ -1,5 +1,6 @@ [ "^plans/", "^docs/", - "^CI/exclude-from-build.json$" -] \ No newline at end of file + "^CI/exclude-from-build.json$", + "^**/*.md$" +]