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:
authorXhmikosR <xhmikosr@gmail.com>2020-04-09 12:41:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-04-13 21:12:29 +0300
commitc1a75a7d8fefe43b5e33cba19c589f923351a7f7 (patch)
tree9e1e73a0550c3778073d2115495a1cc9e1c07676
parentadb08ca33acbb484df066ca8b5c2baee8d5118c2 (diff)
Add v4-dev in bundlewatch config. (#30541)
-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"
+ ]
+ }
}