Skip to content

Commit 597e600

Browse files
committed
trigger on branches too.
1 parent d2a42da commit 597e600

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pypi_publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- "v*"
7+
- v*
8+
branches:
9+
- 'v*-release'
810

911
jobs:
1012
build-and-test:

0 commit comments

Comments
 (0)