diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 2ca854509..a829368e8 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -41,4 +41,5 @@ jobs: uses: jackyef/bundlewatch-gh-action@master with: build-script: npm run build -- --analyze-bundle + branch-base: develop bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}