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 7bdaf1b475e857e68b0cda7ff469199dd7a49980
Author: Jan Lehnardt <[email protected]>
AuthorDate: Fri Mar 27 12:11:36 2026 +0100

    Revert "ci: update paths to ignore for tests"
    
    This reverts commit 1c42db3b2b4530d7523980ada4dc97b26d61f5a0.
---
 .github/workflows/ci.yml | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 265e998ff..ab5f40639 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,26 +11,18 @@ name: PouchDB CI
 on:
   push: 
     paths-ignore:
-      - '.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-ignore:
-      - '.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/**'
 
 env:

Reply via email to