mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 13:02:12 +00:00
fix: simplify workflow trigger trigger again
This commit is contained in:
parent
ba47345e1b
commit
b7161c8308
15
.github/workflows/python-packaging.yaml
vendored
15
.github/workflows/python-packaging.yaml
vendored
@ -1,14 +1,17 @@
|
|||||||
# based on https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml
|
# based on https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml
|
||||||
name: Build wheels
|
name: Build wheels
|
||||||
|
|
||||||
|
# on:
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - main
|
||||||
|
# tags:
|
||||||
|
# - "*"
|
||||||
|
# pull_request:
|
||||||
|
# workflow_dispatch:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
tags:
|
|
||||||
- "*"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
Loading…
Reference in New Issue
Block a user