Skip to content

Commit ea2c89b

Browse files
authored
Update npm-test.yml
1 parent 8081cbd commit ea2c89b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/npm-test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: npm test
22
on:
3+
push:
4+
branches: ["main"]
5+
paths-ignore:
6+
- .gitignore
7+
- LICENSE
8+
- README.md
9+
- .github/**
10+
- "!.github/workflows/npm-test.yml"
311
pull_request:
412
paths-ignore:
513
- .gitignore

0 commit comments

Comments
 (0)