Skip to content

Commit 19dd0b2

Browse files
committed
Revert "ci: only run tests for non-docs changes"
This reverts commit c68f02f.
1 parent 39fe402 commit 19dd0b2

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,9 @@
99
name: PouchDB CI
1010

1111
on:
12-
push:
13-
paths-ignore:
14-
- '.github/actions/**'
15-
- '.github/workflows/docs.yml'
16-
- 'package.json'
17-
- 'bin/**'
18-
- 'docs/**'
12+
push: {}
1913
pull_request:
2014
branches: [master]
21-
paths-ignore:
22-
- '.github/actions/**'
23-
- '.github/workflows/docs.yml'
24-
- 'package.json'
25-
- 'bin/**'
26-
- 'docs/**'
2715

2816
env:
2917
NODE_VERSION: 22

0 commit comments

Comments
 (0)