We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7432c commit 536d348Copy full SHA for 536d348
.github/workflows/test.yml
@@ -31,4 +31,3 @@ jobs:
31
- run: pnpm bundlewatch
32
env:
33
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
34
- CI_BRANCH_BASE: main
package.json
@@ -175,6 +175,10 @@
175
"path": "dist/index.iife.min.js",
176
"maxSize": "2.25kB"
177
}
178
- ]
+ ],
179
+ "ci": {
180
+ "repoBranchBase": "main",
181
+ "trackBranches": ["main", "next"]
182
+ }
183
184
0 commit comments