From 023ede7dedda2e13979222e150b15ebda963379d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Jun 2020 21:40:13 +0300 Subject: [PATCH] Update .bundlewatch.config.json (#2762) --- .bundlewatch.config.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index dc28fecda..3de549cb2 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -56,10 +56,5 @@ "path": "./dist/js/adminlte.min.js", "maxSize": "6.5 kB" } - ], - "ci": { - "trackBranches": [ - "master" - ] - } + ] }