We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bd4ab commit 3994528Copy full SHA for 3994528
1 file changed
.github/workflows/size-limit.yml
@@ -3,6 +3,10 @@ on:
3
pull_request:
4
branches:
5
- master
6
+ paths-ignore:
7
+ - '**.test.tsx'
8
+ - '**.md'
9
+ - '**.mdx'
10
11
jobs:
12
size:
0 commit comments