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 name: Build wheels and deploy
on: on:
create: push:
branches:
- main
tags: tags:
- v* - '*'
pull_request:
workflow_dispatch:
jobs: jobs:
setup_release: setup_release: