github actions: on push tag only

This commit is contained in:
Mario Fink 2025-02-12 23:49:52 +01:00
parent 32e36aae00
commit 48580caab0

View File

@ -3,7 +3,6 @@ name: CI Build Wheel
on:
push:
branches: [master]
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
jobs: