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