fix: adjust workflow condition

This commit is contained in:
drbh 2024-05-21 17:17:59 +00:00
parent 7d1651f4a2
commit 15fa236bca

View File

@ -2,9 +2,13 @@
name: Build wheels and deploy
on:
create:
push:
branches:
- main
tags:
- v*
- '*'
pull_request:
workflow_dispatch:
jobs:
setup_release: