github action workflow pypi: add branch master for trigger
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user