mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 06:42:10 +00:00
fix: adjust workflow condition
This commit is contained in:
parent
7d1651f4a2
commit
15fa236bca
8
.github/workflows/python-packaging.yaml
vendored
8
.github/workflows/python-packaging.yaml
vendored
@ -2,9 +2,13 @@
|
||||
name: Build wheels and deploy
|
||||
|
||||
on:
|
||||
create:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
- '*'
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
setup_release:
|
||||
|
Loading…
Reference in New Issue
Block a user