Skip to content

Commit add5011

Browse files
committed
chore(ci): add path ignore for tests
1 parent e97e615 commit add5011

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/code-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ name: Tests
22
on:
33
push:
44
branches: [ main ]
5+
paths-ignore:
6+
- '*.md'
7+
- 'docs/**'
58
pull_request:
69
branches: [ main ]
10+
paths-ignore:
11+
- '*.md'
12+
- 'docs/**'
713

814
permissions:
915
actions: read

0 commit comments

Comments
 (0)