Skip to content

Commit

Permalink
build: track branches with bundlewatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jan 17, 2025
1 parent ae7432c commit 536d348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ jobs:
- run: pnpm bundlewatch
env:
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
CI_BRANCH_BASE: main
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
"path": "dist/index.iife.min.js",
"maxSize": "2.25kB"
}
]
],
"ci": {
"repoBranchBase": "main",
"trackBranches": ["main", "next"]
}
}
}

0 comments on commit 536d348

Please sign in to comment.