Skip to content

Commit

Permalink
ci(GitHub Actions): Fix size limit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Sep 24, 2021
1 parent 30fb283 commit 745d958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: size
on:
pull_request:
branches:
- master
- main

env:
HUSKY: 0
Expand All @@ -18,4 +18,4 @@ jobs:
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: packages/main/
directory: main/

0 comments on commit 745d958

Please sign in to comment.