Skip to content

Commit 252b4e2

Browse files
committed
change github actions trigger
1 parent cea874d commit 252b4e2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-python.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build Python for Multiple Platforms
22

33
on:
44
push:
5-
branches:
6-
- 'python-3.*'
7-
- 'main'
5+
# branches:
6+
# - 'python-3.*'
7+
# - 'main'
8+
tags:
9+
- "v*.*"
810
pull_request:
911
branches:
1012
- 'python-3.*'

0 commit comments

Comments
 (0)