Skip to content

Commit b7f1ce3

Browse files
committed
Also run build action when package.json or lockfile changes
1 parent e745252 commit b7f1ce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
paths:
55
- src/**
66
- extension/**
7+
- package.json
8+
- pnpm-lock.yaml
79
workflow_dispatch:
810
inputs:
911
publish_amo_listed:

0 commit comments

Comments
 (0)