aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-04-09 12:41:00 +0300
committerGitHub <[email protected]>2020-04-09 12:41:00 +0300
commit7126741ffb92469752aef4136b084cad40394a6a (patch)
treeee327357052e841b958c201faaf70733ca2c2083
parent5e65b12f1cea463464419224f82163fa6a3c7432 (diff)
downloadbootstrap-7126741ffb92469752aef4136b084cad40394a6a.tar.xz
bootstrap-7126741ffb92469752aef4136b084cad40394a6a.zip
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 da23ad29f..075d82ef4 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"
+ ]
+ }
}