We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527b464 commit 39fe402Copy full SHA for 39fe402
1 file changed
.github/workflows/ci.yml
@@ -11,26 +11,18 @@ name: PouchDB CI
11
on:
12
push:
13
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'
+ - '.github/actions/**'
+ - '.github/workflows/docs.yml'
+ - 'package.json'
+ - 'bin/**'
22
- 'docs/**'
23
pull_request:
24
branches: [master]
25
26
27
28
29
30
31
32
33
34
35
36
env:
0 commit comments