Skip to content

Commit 652ad3d

Browse files
committed
Revert "ci: update paths of doc changes"
This reverts commit 5105b26.
1 parent 5105b26 commit 652ad3d

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

.github/workflows/docs.yml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,18 @@ name: PouchDB Docs
33
on:
44
push:
55
paths:
6-
- '.github/ISSUE_TEMPLATE/'
7-
- '.github/PULL_REQUEST_TEMPLATE.md'
8-
- 'CONTRIBUTING.md'
9-
- 'DISCLAIMER'
10-
- 'LICENSE'
11-
- 'NOTICE'
12-
- 'README.md'
13-
- 'TESTING.md'
6+
- '.github/actions/**'
7+
- '.github/workflows/docs.yml'
8+
- 'package.json'
9+
- 'bin/**'
1410
- 'docs/**'
15-
1611
pull_request:
1712
branches: [master]
1813
paths:
19-
- '.github/ISSUE_TEMPLATE/'
20-
- '.github/PULL_REQUEST_TEMPLATE.md'
21-
- 'CONTRIBUTING.md'
22-
- 'DISCLAIMER'
23-
- 'LICENSE'
24-
- 'NOTICE'
25-
- 'README.md'
26-
- 'TESTING.md'
14+
- '.github/actions/**'
15+
- '.github/workflows/docs.yml'
16+
- 'package.json'
17+
- 'bin/**'
2718
- 'docs/**'
2819

2920
jobs:

0 commit comments

Comments
 (0)