Skip to content

Commit 39fe402

Browse files
committed
Revert "ci: update paths to ignore for tests"
This reverts commit 1c42db3.
1 parent 527b464 commit 39fe402

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,18 @@ name: PouchDB CI
1111
on:
1212
push:
1313
paths-ignore:
14-
- '.github/ISSUE_TEMPLATE/'
15-
- '.github/PULL_REQUEST_TEMPLATE.md'
16-
- 'CONTRIBUTING.md'
17-
- 'DISCLAIMER'
18-
- 'LICENSE'
19-
- 'NOTICE'
20-
- 'README.md'
21-
- 'TESTING.md'
14+
- '.github/actions/**'
15+
- '.github/workflows/docs.yml'
16+
- 'package.json'
17+
- 'bin/**'
2218
- 'docs/**'
2319
pull_request:
2420
branches: [master]
2521
paths-ignore:
26-
- '.github/ISSUE_TEMPLATE/'
27-
- '.github/PULL_REQUEST_TEMPLATE.md'
28-
- 'CONTRIBUTING.md'
29-
- 'DISCLAIMER'
30-
- 'LICENSE'
31-
- 'NOTICE'
32-
- 'README.md'
33-
- 'TESTING.md'
22+
- '.github/actions/**'
23+
- '.github/workflows/docs.yml'
24+
- 'package.json'
25+
- 'bin/**'
3426
- 'docs/**'
3527

3628
env:

0 commit comments

Comments
 (0)