Skip to content

Commit 02c7116

Browse files
authored
Update nodejs.yml
Run checks on pull requests
1 parent f48f079 commit 02c7116

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Node CI
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- main
8+
pull_request:
9+
types: [opened,edited,reopened,synchronize]
10+
411

512
jobs:
613
build:

0 commit comments

Comments
 (0)