diff options
| author | XhmikosR <[email protected]> | 2020-04-09 12:41:00 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-09 12:41:00 +0300 |
| commit | 7126741ffb92469752aef4136b084cad40394a6a (patch) | |
| tree | ee327357052e841b958c201faaf70733ca2c2083 | |
| parent | 5e65b12f1cea463464419224f82163fa6a3c7432 (diff) | |
| download | bootstrap-7126741ffb92469752aef4136b084cad40394a6a.tar.xz bootstrap-7126741ffb92469752aef4136b084cad40394a6a.zip | |
Add v4-dev in bundlewatch config. (#30541)
| -rw-r--r-- | .bundlewatch.config.json | 8 |
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" + ] + } } |
