Skip to content

Commit 0b3c86a

Browse files
authored
ci: make CI run on main when pushed, and on PRs (#128)
1 parent 7ee7500 commit 0b3c86a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

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

3-
on: [push]
4-
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58
jobs:
69
build:
710

0 commit comments

Comments
 (0)