github actions: on push tag only
This commit is contained in:
parent
32e36aae00
commit
48580caab0
1
.github/workflows/pypi-deploy.yml
vendored
1
.github/workflows/pypi-deploy.yml
vendored
@ -3,7 +3,6 @@ name: CI Build Wheel
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
|
||||||
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user