Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bundlewatch.config.json8
1 files changed, 7 insertions, 1 deletions
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"
+ ]
+ }
}