Skip to content

Commit

Permalink
fix(nokogiri): docker and old ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
yart committed Jun 18, 2024
1 parent 206b6d5 commit 8edec0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build
on:
push:
branches: [ '*' ]
paths-ignore: [ 'README.md', '**.html.md', '**.md.erb' ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ '*' ]
paths-ignore: [ 'README.md', '**.html.md', '**.md.erb' ]
paths-ignore: [ '**.md' ]

jobs:
test:
Expand Down

0 comments on commit 8edec0f

Please sign in to comment.