github action workflow pypi: add branch master for trigger

This commit is contained in:
Mario Fink 2021-10-21 15:05:14 +02:00
parent e0e293c4d4
commit dec58d4668

View File

@ -3,7 +3,7 @@ name: Build Python Wheels
on:
push:
#branches: [master]
branches: [master]
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
jobs: