Skip to content

Commit 029c73d

Browse files
committed
Added branches to enable status check
1 parent ae21157 commit 029c73d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npmbuildonpullrequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: NPM Build on PR Open
33
on:
44
pull_request:
55
types: [opened, synchronize]
6+
branches:
7+
- "*"
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)