We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c42db3 commit 5105b26Copy full SHA for 5105b26
.github/workflows/docs.yml
@@ -3,18 +3,27 @@ name: PouchDB Docs
3
on:
4
push:
5
paths:
6
- - '.github/actions/**'
7
- - '.github/workflows/docs.yml'
8
- - 'package.json'
9
- - 'bin/**'
+ - '.github/ISSUE_TEMPLATE/'
+ - '.github/PULL_REQUEST_TEMPLATE.md'
+ - 'CONTRIBUTING.md'
+ - 'DISCLAIMER'
10
+ - 'LICENSE'
11
+ - 'NOTICE'
12
+ - 'README.md'
13
+ - 'TESTING.md'
14
- 'docs/**'
15
+
16
pull_request:
17
branches: [master]
18
19
20
21
22
23
24
25
26
27
28
29
jobs:
0 commit comments