This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch revert-docs-only
in repository https://gitbox.apache.org/repos/asf/pouchdb.git

commit 652ad3df4a867071a8ab65a2c9863fadee1c5ec7
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:

Reply via email to