Skip to content

Commit f89d16f

Browse files
committed
ci: update branch could trigger actions
1 parent e32e282 commit f89d16f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
'on':
77
push:
88
branches:
9-
- main
9+
- master
1010
tags-ignore:
1111
- '**'
1212
paths-ignore:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# node-unix-socket
22

3-
`node-unix-socket` allows you to use some nonblocking sockets that are not supported by Node.js native modules, including:
3+
`node-unix-socket` allows you to use some nonblocking unix sockets that are currently not supported by Node.js native modules, including:
44

5-
- Using `SO_REUSEPORT` enabled TCP [net.Server](https://nodejs.org/dist/latest-v16.x/docs/api/net.html#class-netserver)
65
- unix seqpacket(`SOCK_SEQPACKET`) sockets
76
- unix datagram(`SOCK_DGRAM`) sockets
7+
- Using `SO_REUSEPORT` enabled TCP [net.Server](https://nodejs.org/dist/latest-v16.x/docs/api/net.html#class-netserver)
88

99
`node-unix-socket` is a [napi-rs](https://napi.rs/) based [Node.js addons](https://nodejs.org/docs/latest-v16.x/api/addons.html). This lib uses [libuv](https://libuv.org/) inside Node.js so that it won't introduce any other asynchronous runtimes.
1010

0 commit comments

Comments
 (0)