We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e1944 commit c44902aCopy full SHA for c44902a
1 file changed
.github/workflows/ci.yml
@@ -9,9 +9,21 @@
9
name: PouchDB CI
10
11
on:
12
- push: {}
+ push:
13
+ paths-ignore:
14
+ - '.github/actions/**'
15
+ - '.github/workflows/docs.yml'
16
+ - 'package.json'
17
+ - 'bin/**'
18
+ - 'docs/**'
19
pull_request:
20
branches: [master]
21
22
23
24
25
26
27
28
env:
29
NODE_VERSION: 22
0 commit comments