Skip to content

Commit c44902a

Browse files
committed
ci: only run tests for non-docs changes
1 parent c4e1944 commit c44902a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,21 @@
99
name: PouchDB CI
1010

1111
on:
12-
push: {}
12+
push:
13+
paths-ignore:
14+
- '.github/actions/**'
15+
- '.github/workflows/docs.yml'
16+
- 'package.json'
17+
- 'bin/**'
18+
- 'docs/**'
1319
pull_request:
1420
branches: [master]
21+
paths-ignore:
22+
- '.github/actions/**'
23+
- '.github/workflows/docs.yml'
24+
- 'package.json'
25+
- 'bin/**'
26+
- 'docs/**'
1527

1628
env:
1729
NODE_VERSION: 22

0 commit comments

Comments
 (0)