summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 03a135f..9d04a9d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -61,7 +61,7 @@ c["change_source"] = [ALLCS]
def doc_filter(change):
_changes = change.asDict()
- if _changes.get("project") in ["docs-landing", "api", "www", "merchant-frontend-examples"]:
+ if _changes.get("project") not in ["exchange", "merchant""]:
return True
files = _changes.get("files")
for file in files: