Skip to content

Commit 8e5cdc0

Browse files
authored
ci: add size check on push (#2392)
1 parent 052a621 commit 8e5cdc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/size-check.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: 'size'
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
47
branches:
58
- master
@@ -12,7 +15,7 @@ jobs:
1215
- uses: actions/checkout@v1
1316
- uses: bahmutov/npm-install@v1
1417

15-
- uses: posva/size-check-action@v1.0.2
18+
- uses: posva/size-check-action@v1.1.0
1619
with:
1720
github_token: ${{ secrets.GITHUB_TOKEN }}
1821
build_script: size

0 commit comments

Comments
 (0)