diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index da23ad29fd..075d82ef43 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -56,5 +56,11 @@ "path": "./dist/js/bootstrap.min.js", "maxSize": "16.5 kB" } - ] + ], + "ci": { + "trackBranches": [ + "master", + "v4-dev" + ] + } }