Fix size-limit-action branch (#48)

This commit is contained in:
Nikita Karamov 2023-03-20 19:14:46 +01:00 committed by GitHub
commit 5fbda7a112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jobs:
- name: Check size
uses: getsentry/size-limit-action@v5
with:
main_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: build
if: github.event_name == 'pull_request'