We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68f02f commit 1c42db3Copy full SHA for 1c42db3
1 file changed
.github/workflows/ci.yml
@@ -11,18 +11,26 @@ name: PouchDB CI
11
on:
12
push:
13
paths-ignore:
14
- - '.github/actions/**'
15
- - '.github/workflows/docs.yml'
16
- - 'package.json'
17
- - 'bin/**'
+ - '.github/ISSUE_TEMPLATE/'
+ - '.github/PULL_REQUEST_TEMPLATE.md'
+ - 'CONTRIBUTING.md'
+ - 'DISCLAIMER'
18
+ - 'LICENSE'
19
+ - 'NOTICE'
20
+ - 'README.md'
21
+ - 'TESTING.md'
22
- 'docs/**'
23
pull_request:
24
branches: [master]
25
26
27
28
29
30
31
32
33
34
35
36
env:
0 commit comments