Skip to content

Commit 211b4d7

Browse files
authored
build: run CI from pushes to main
1 parent e32ed3e commit 211b4d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Node CI
22

33
on:
4+
push:
5+
branches: [ main ]
46
pull_request:
5-
branches:
6-
- main
7+
branches: [ main ]
8+
79
jobs:
810
build:
911

0 commit comments

Comments
 (0)