We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5105b26 commit 652ad3dCopy full SHA for 652ad3d
1 file changed
.github/workflows/docs.yml
@@ -3,27 +3,18 @@ name: PouchDB Docs
3
on:
4
push:
5
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'
+ - '.github/actions/**'
+ - '.github/workflows/docs.yml'
+ - 'package.json'
+ - 'bin/**'
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