Skip to content

Commit b2494a6

Browse files
authored
chore: add ignores to ci (#3)
1 parent 7a43e1e commit b2494a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths-ignore:
11+
- "example/**"
12+
- "**/*.md"
13+
- "**/*.yaml"
1014
push:
1115
branches:
1216
- main

0 commit comments

Comments
 (0)