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