Skip to content

Commit 30873ee

Browse files
chore(ci): add paths-ignore config to testing action; (#6078)
1 parent cff9967 commit 30873ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: 'CI'
33
on:
44
push:
55
branches: '**'
6+
paths-ignore:
7+
- '**.md'
8+
- 'sandbox/**'
9+
- 'examples/**'
610
pull_request:
711
branches: '**'
12+
paths-ignore:
13+
- '**.md'
14+
- 'sandbox/**'
15+
- 'examples/**'
816

917
permissions:
1018
contents: read

0 commit comments

Comments
 (0)