Skip to content

Commit 882afd7

Browse files
committed
ci: Fix action trigger
1 parent eb44ef7 commit 882afd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node.js
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)