Skip to content

Commit b12a608

Browse files
chore(ci): removed paths-ignore filter; (#6080)
1 parent 0c9d886 commit b12a608

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

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

179
permissions:
1810
contents: read

0 commit comments

Comments
 (0)