]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/bundlewatch.yml
Fix bundlewatch branch base
[github/Chocobozzz/PeerTube.git] / .github / workflows / bundlewatch.yml
index 312bf6e64a220432eaaecea989777a58ebc6e2ce..a829368e81c6122a8bb9159b8e04a91d1fac407f 100644 (file)
@@ -9,9 +9,12 @@ on:
 
 jobs:
 
-  test:
+  bundlewatch:
     runs-on: ubuntu-latest
 
+    env:
+      CI_BRANCH_BASE: develop
+
     steps:
       - uses: actions/checkout@v2
 
@@ -38,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 }}