Skip to content

Commit 501c837

Browse files
committed
readme
1 parent eb01edc commit 501c837

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release
22

3-
on:
3+
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- '*'
77

88
jobs:
99

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
binance proxy
33
local `candle` and `orderbook` and `exchangeinfo`
44

5+
not support `24hour`.Please use orderbook instead
6+
57
```
68
-f string
79
futures bind address. (default ":8091")

0 commit comments

Comments
 (0)