]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add v4-dev in bundlewatch config. (#30541)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 9 Apr 2020 09:41:00 +0000 (12:41 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 09:41:00 +0000 (12:41 +0300)
.bundlewatch.config.json

index da23ad29fdbece8a7d28c66fd52c4a1f2a13214e..075d82ef430cdb8af9a83d609e7b66b85c802e91 100644 (file)
       "path": "./dist/js/bootstrap.min.js",
       "maxSize": "16.5 kB"
     }
-  ]
+  ],
+  "ci": {
+    "trackBranches": [
+      "master",
+      "v4-dev"
+    ]
+  }
 }