Skip to content

Commit 3994528

Browse files
committed
size limit run only on src file change
1 parent 32bd4ab commit 3994528

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/size-limit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
pull_request:
44
branches:
55
- master
6+
paths-ignore:
7+
- '**.test.tsx'
8+
- '**.md'
9+
- '**.mdx'
610

711
jobs:
812
size:

0 commit comments

Comments
 (0)