github action workflow pypi: add branch master for trigger
This commit is contained in:
parent
e0e293c4d4
commit
dec58d4668
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@ -3,7 +3,7 @@ name: Build Python Wheels
|
||||
|
||||
on:
|
||||
push:
|
||||
#branches: [master]
|
||||
branches: [master]
|
||||
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user