Skip to content

Commit 5105b26

Browse files
Realtinjanl
authored andcommitted
ci: update paths of doc changes
1 parent 1c42db3 commit 5105b26

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.github/workflows/docs.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,27 @@ name: PouchDB Docs
33
on:
44
push:
55
paths:
6-
- '.github/actions/**'
7-
- '.github/workflows/docs.yml'
8-
- 'package.json'
9-
- 'bin/**'
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'
1014
- 'docs/**'
15+
1116
pull_request:
1217
branches: [master]
1318
paths:
14-
- '.github/actions/**'
15-
- '.github/workflows/docs.yml'
16-
- 'package.json'
17-
- 'bin/**'
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'
1827
- 'docs/**'
1928

2029
jobs:

0 commit comments

Comments
 (0)