Skip to content

Commit 2ac3169

Browse files
authored
Don't test with editing README (#480)
1 parent 6f18a97 commit 2ac3169

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: test
33
on:
44
push:
55
branches: [ "master" ]
6+
paths-ignore:
7+
- '**/README.md'
68
pull_request:
79
branches: [ "master" ]
10+
paths-ignore:
11+
- '**/README.md'
812

913
jobs:
1014
check:

0 commit comments

Comments
 (0)