Skip to content

Commit 400b472

Browse files
committed
Run unit test on package-lock.json changes
1 parent 2b46cb2 commit 400b472

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: JavaScript Unit Test
2-
on:
3-
push:
4-
paths:
5-
- 'src/**'
6-
pull_request:
7-
paths:
8-
- 'src/**'
2+
on: [push, pull_request]
93
permissions:
104
contents: read
115

0 commit comments

Comments
 (0)