remove trigger on push

This commit is contained in:
Xi Yan 2025-01-14 16:19:44 -08:00
parent 21f1dffba1
commit f30c601b10

View file

@ -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: