Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 7cdeb8c

Browse files
committed
devops: rename branch to main
1 parent c536b17 commit 7cdeb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Node.js
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77
jobs:
88
build:
99
strategy:

0 commit comments

Comments
 (0)