mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
remove trigger on push
This commit is contained in:
parent
21f1dffba1
commit
f30c601b10
1 changed files with 0 additions and 2 deletions
2
.github/workflows/publish-to-docker.yml
vendored
2
.github/workflows/publish-to-docker.yml
vendored
|
@ -1,14 +1,12 @@
|
|||
name: Docker Build and Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'TestPyPI or PyPI version to build (e.g., 0.0.63.dev20250114)'
|
||||
required: true
|
||||
type: string
|
||||
default: '0.1.0'
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue