ci: remove docs/ from ignored paths in workflows

This commit is contained in:
erciccione 2022-09-21 16:05:39 +02:00 committed by woodser
parent 99fb3e54be
commit cab508c7b5

View file

@ -4,7 +4,6 @@ on:
push:
pull_request:
paths-ignore:
- 'docs/**'
- '**/README.md'
jobs: