Skip to content

Commit 68f6ef6

Browse files
committed
fix: add workflow_dispatch and package-lock.json to CI triggers
1 parent f56d378 commit 68f6ef6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ on:
55
branches: [main]
66
paths:
77
- 'packages/**'
8+
- 'package-lock.json'
89
- '.github/workflows/ci.yml'
910
pull_request:
1011
branches: [main]
1112
paths:
1213
- 'packages/**'
14+
- 'package-lock.json'
1315
- '.github/workflows/ci.yml'
16+
workflow_dispatch:
1417

1518
jobs:
1619
test:

0 commit comments

Comments
 (0)