Skip to content

Commit abd1191

Browse files
committed
chore: update CI workflow triggers for pull requests and manual dispatch
1 parent edf8d47 commit abd1191

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nodejs.yml

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

3-
on: [push]
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
push:
7+
branches: [ main ]
8+
workflow_dispatch:
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)