Skip to content

Commit 2399f33

Browse files
committed
feat: run ta-wheels on push to branches
1 parent 95d928d commit 2399f33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: TA-Lib-python GitHub Actions to build wheels
33
run-name: TA-Lib-python GitHub Actions to build wheels
44
on:
55
push:
6+
branches:
7+
- "main"
8+
- "ta_wheel*"
69
tags:
710
- "v*"
811

12+
913
env:
1014
TALIB_C_VER: 0.4.0
1115
TALIB_PY_VER: ${{ github.ref_name }}

0 commit comments

Comments
 (0)