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