From 7126741ffb92469752aef4136b084cad40394a6a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 9 Apr 2020 12:41:00 +0300 Subject: Add v4-dev in bundlewatch config. (#30541) --- .bundlewatch.config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.bundlewatch.config.json') 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" + ] + } } -- cgit v1.2.3