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 527b4649b118fdd70538fdb62277b61c2a36fd9c Author: Jan Lehnardt <[email protected]> AuthorDate: Fri Mar 27 12:11:32 2026 +0100 Revert "ci: update paths of doc changes" This reverts commit 5105b266305175fc5c0aeab0ec6467d40bb03555. --- .github/workflows/docs.yml | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 848f8dc46..7110893cf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,27 +3,18 @@ name: PouchDB Docs on: push: paths: - - '.github/ISSUE_TEMPLATE/' - - '.github/PULL_REQUEST_TEMPLATE.md' - - 'CONTRIBUTING.md' - - 'DISCLAIMER' - - 'LICENSE' - - 'NOTICE' - - 'README.md' - - 'TESTING.md' + - '.github/actions/**' + - '.github/workflows/docs.yml' + - 'package.json' + - 'bin/**' - 'docs/**' - pull_request: branches: [master] paths: - - '.github/ISSUE_TEMPLATE/' - - '.github/PULL_REQUEST_TEMPLATE.md' - - 'CONTRIBUTING.md' - - 'DISCLAIMER' - - 'LICENSE' - - 'NOTICE' - - 'README.md' - - 'TESTING.md' + - '.github/actions/**' + - '.github/workflows/docs.yml' + - 'package.json' + - 'bin/**' - 'docs/**' jobs:
