github actions: on push tag only
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user