From b2a5a970e8e843cf535975210cc80685bc762884 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Thu, 27 Jul 2023 16:11:38 +0100 Subject: [PATCH] chore(infra): bundlewatch Signed-off-by: Sami Mazouz --- .bundlewatch.config.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 908d88be0..65b6ca409 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -9,8 +9,5 @@ "maxSize": "30KB" } ], - "defaultCompression": "gzip", - "ci": { - "trackBranches": ["2.x"] - } + "defaultCompression": "gzip" }