Skip to content

Commit 2954d89

Browse files
committed
add filter
1 parent 27aaedd commit 2954d89

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/default.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
name: CI
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
paths:
6+
- 'adapter.js'
7+
- 'index.js'
8+
- 'index.d.js'
9+
- 'package.json'
10+
- 'pnpm-lock.yaml'
11+
pull_request:
12+
paths:
13+
- 'adapter.js'
14+
- 'index.js'
15+
- 'index.d.js'
16+
- 'package.json'
17+
- 'pnpm-lock.yaml'
618

719
jobs:
820
default:
@@ -28,7 +40,6 @@ jobs:
2840
version: 7
2941
run_install: false
3042

31-
3243
- name: Get pnpm store directory
3344
id: pnpm-cache
3445
run: |

0 commit comments

Comments
 (0)