diff --git a/README.md b/README.md index 9f6ff1ae..d671c049 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,8 @@ jobs: with: # Avoid using single or double quotes for multiline patterns files: | - **.md + **.md + docs/**.md - name: List all changed files markdown files if: steps.changed-markdown-files.outputs.any_changed == 'true'