Skip to content

Commit 8edec0f

Browse files
committed
fix(nokogiri): docker and old ignores
1 parent 206b6d5 commit 8edec0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build
33
on:
44
push:
55
branches: [ '*' ]
6-
paths-ignore: [ 'README.md', '**.html.md', '**.md.erb' ]
6+
paths-ignore: [ '**.md' ]
77
pull_request:
88
branches: [ '*' ]
9-
paths-ignore: [ 'README.md', '**.html.md', '**.md.erb' ]
9+
paths-ignore: [ '**.md' ]
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)