diff options
| author | XhmikosR <[email protected]> | 2019-08-12 09:28:47 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-12 22:00:56 +0300 |
| commit | 3130288ba694451365bf7aa1b78a2a4e3ae67740 (patch) | |
| tree | 8baae96bc47ba934da304d8293471e04d615bd70 | |
| parent | cd20ef09f4e741a09b3f7fdbe2998c4f8f2949b2 (diff) | |
| download | bootstrap-3130288ba694451365bf7aa1b78a2a4e3ae67740.tar.xz bootstrap-3130288ba694451365bf7aa1b78a2a4e3ae67740.zip | |
CI: run bundlesize only for pushes.
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a26467a77..d81ed6472 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Run bundlesize run: npm run bundlesize - if: matrix.node == 10 && github.repository == 'twbs/bootstrap' + if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push' env: BUNDLESIZE_GITHUB_TOKEN: "${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}" |
