]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 13 Apr 2020 18:12:29 +0000 (21:12 +0300)
.bundlewatch.config.json

index 71fbc812d6b3c2987c8e52576e3b32b726bc2b4d..049cf6d7da965b8d45b186aea3c5ea85bb304b70 100644 (file)
       "path": "./dist/js/bootstrap.min.js",
       "maxSize": "14.75 kB"
     }
-  ]
+  ],
+  "ci": {
+    "trackBranches": [
+      "master",
+      "v4-dev"
+    ]
+  }
 }