From: XhmikosR Date: Thu, 9 Apr 2020 09:41:00 +0000 (+0300) Subject: Add v4-dev in bundlewatch config. (#30541) X-Git-Tag: v4.5.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a75a7d8fefe43b5e33cba19c589f923351a7f7;p=thirdparty%2Fbootstrap.git Add v4-dev in bundlewatch config. (#30541) --- 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" + ] + } }