mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 14:52:20 +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
|
name: Build wheels and deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
create:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup_release:
|
setup_release:
|
||||||
|
Loading…
Reference in New Issue
Block a user