Skip to content

Commit 536d348

Browse files
committed
build: track branches with bundlewatch
1 parent ae7432c commit 536d348

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ jobs:
3131
- run: pnpm bundlewatch
3232
env:
3333
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
34-
CI_BRANCH_BASE: main

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@
175175
"path": "dist/index.iife.min.js",
176176
"maxSize": "2.25kB"
177177
}
178-
]
178+
],
179+
"ci": {
180+
"repoBranchBase": "main",
181+
"trackBranches": ["main", "next"]
182+
}
179183
}
180184
}

0 commit comments

Comments
 (0)