From: XhmikosR Date: Wed, 17 Jun 2020 12:23:48 +0000 (+0300) Subject: Update bundlewatch.yml (#31063) X-Git-Tag: v5.0.0-alpha2~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8efe4aa9af12abd62e28f7b4e1aa4f7fda0170ac;p=thirdparty%2Fbootstrap.git Update bundlewatch.yml (#31063) Specify `CI_TRACK_BASE: main` --- diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 305d17ae59..f09cc9667d 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -36,3 +36,4 @@ jobs: run: npm run bundlewatch env: BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}" + CI_BRANCH_BASE: main