From 5382cc664c3926e6f26ba6d8aebf6cd8eee3e150 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Wed, 26 Aug 2020 19:59:38 +0200 Subject: [PATCH] chore(ci): fix bundlewatch base branch --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0568282..e33771f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,6 +21,8 @@ jobs: - name: Build & Bundlewatch uses: jackyef/bundlewatch-gh-action@master + env: + CI_BRANCH_BASE: main with: build-script: yarn build bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}