diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 71fbc812d6..049cf6d7da 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -40,5 +40,11 @@ "path": "./dist/js/bootstrap.min.js", "maxSize": "14.75 kB" } - ] + ], + "ci": { + "trackBranches": [ + "master", + "v4-dev" + ] + } }