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
committerGitHub <noreply@github.com>2020-04-09 12:41:00 +0300
commit7126741ffb92469752aef4136b084cad40394a6a (patch)
treeee327357052e841b958c201faaf70733ca2c2083 /.bundlewatch.config.json
parent5e65b12f1cea463464419224f82163fa6a3c7432 (diff)
Add v4-dev in bundlewatch config. (#30541)
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index da23ad29fd..075d82ef43 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"
+ ]
+ }
}