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 name: Docker Build and Publish
on: on:
push:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version:
description: 'TestPyPI or PyPI version to build (e.g., 0.0.63.dev20250114)' description: 'TestPyPI or PyPI version to build (e.g., 0.0.63.dev20250114)'
required: true required: true
type: string type: string
default: '0.1.0'
jobs: jobs:
build-and-push: build-and-push: