This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pouchdb.git
commit 5105b266305175fc5c0aeab0ec6467d40bb03555 Author: Julia Krüger <[email protected]> AuthorDate: Thu Mar 26 14:49:06 2026 +0100 ci: update paths of doc changes --- .github/workflows/docs.yml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7110893cf..848f8dc46 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,18 +3,27 @@ name: PouchDB Docs on: push: paths: - - '.github/actions/**' - - '.github/workflows/docs.yml' - - 'package.json' - - 'bin/**' + - '.github/ISSUE_TEMPLATE/' + - '.github/PULL_REQUEST_TEMPLATE.md' + - 'CONTRIBUTING.md' + - 'DISCLAIMER' + - 'LICENSE' + - 'NOTICE' + - 'README.md' + - 'TESTING.md' - 'docs/**' + pull_request: branches: [master] paths: - - '.github/actions/**' - - '.github/workflows/docs.yml' - - 'package.json' - - 'bin/**' + - '.github/ISSUE_TEMPLATE/' + - '.github/PULL_REQUEST_TEMPLATE.md' + - 'CONTRIBUTING.md' + - 'DISCLAIMER' + - 'LICENSE' + - 'NOTICE' + - 'README.md' + - 'TESTING.md' - 'docs/**' jobs:
