diff options
-rw-r--r-- | .github/workflows/bundlewatch.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
41 | uses: jackyef/bundlewatch-gh-action@master | 41 | uses: jackyef/bundlewatch-gh-action@master |
42 | with: | 42 | with: |
43 | build-script: npm run build -- --analyze-bundle | 43 | build-script: npm run build -- --analyze-bundle |
44 | branch-base: develop | ||
44 | bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} | 45 | bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} |