Skip to content

Commit 28e24b4

Browse files
authored
Update test.yml
1 parent 794be4f commit 28e24b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ on:
33
push:
44
branches:
55
- master
6+
paths-ignore:
7+
- '**.md'
8+
- '**.svg'
69
pull_request:
710
branches:
811
- master
12+
paths-ignore:
13+
- '**.md'
14+
- '**.svg'
915

1016
jobs:
1117
build:

0 commit comments

Comments
 (0)