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 1c42db3b2b4530d7523980ada4dc97b26d61f5a0 Author: Julia Krüger <[email protected]> AuthorDate: Thu Mar 26 14:48:36 2026 +0100 ci: update paths to ignore for tests --- .github/workflows/ci.yml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab5f40639..265e998ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,18 +11,26 @@ name: PouchDB CI on: push: paths-ignore: - - '.github/actions/**' - - '.github/workflows/docs.yml' - - 'package.json' - - 'bin/**' + - '.github/ISSUE_TEMPLATE/' + - '.github/PULL_REQUEST_TEMPLATE.md' + - 'CONTRIBUTING.md' + - 'DISCLAIMER' + - 'LICENSE' + - 'NOTICE' + - 'README.md' + - 'TESTING.md' - 'docs/**' pull_request: branches: [master] paths-ignore: - - '.github/actions/**' - - '.github/workflows/docs.yml' - - 'package.json' - - 'bin/**' + - '.github/ISSUE_TEMPLATE/' + - '.github/PULL_REQUEST_TEMPLATE.md' + - 'CONTRIBUTING.md' + - 'DISCLAIMER' + - 'LICENSE' + - 'NOTICE' + - 'README.md' + - 'TESTING.md' - 'docs/**' env:
