We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a42da commit 597e600Copy full SHA for 597e600
1 file changed
.github/workflows/pypi_publish.yaml
@@ -4,7 +4,9 @@ on:
4
workflow_dispatch:
5
push:
6
tags:
7
- - "v*"
+ - v*
8
+ branches:
9
+ - 'v*-release'
10
11
jobs:
12
build-and-test:
0 commit comments