From bee0280518262f86ab3b88032dbc10ec3acdad83 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 27 Mar 2026 12:11:32 +0100 Subject: [PATCH 1/3] 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 848f8dc46b..7110893cfc 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: From cc741587767f9f0261cb7509e1b53728c78ea8de Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 27 Mar 2026 12:11:36 +0100 Subject: [PATCH 2/3] 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 265e998ff9..ab5f406392 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: From e1bc30aca33c02167c5453b15ba1bf9d8af0ce7c Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 27 Mar 2026 12:11:36 +0100 Subject: [PATCH 3/3] Revert "ci: only run tests for non-docs changes" This reverts commit c68f02feff8a2c402cd7f6a90254901bb18bd58e. --- .github/workflows/ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab5f406392..71a503c937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,21 +9,9 @@ name: PouchDB CI on: - push: - paths-ignore: - - '.github/actions/**' - - '.github/workflows/docs.yml' - - 'package.json' - - 'bin/**' - - 'docs/**' + push: {} pull_request: branches: [master] - paths-ignore: - - '.github/actions/**' - - '.github/workflows/docs.yml' - - 'package.json' - - 'bin/**' - - 'docs/**' env: NODE_VERSION: 22