Skip to content

Commit 98d829d

Browse files
committed
ci(actions): enable actions on push
1 parent e318d2b commit 98d829d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/nodejs.yml

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

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request:
9+
branches:
10+
- main
11+
- master
412

513
jobs:
614
build:

0 commit comments

Comments
 (0)