From 3fa93acaf16b498c93c29b872686c69b19c869a4 Mon Sep 17 00:00:00 2001 From: Matt Wiley Date: Mon, 31 Mar 2025 12:00:17 -0400 Subject: [PATCH] update: workflow_dispatch only on missed workflow --- .github/workflows/release-pypi.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index ed304ee5c..104ddcf93 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -1,10 +1,10 @@ name: Release to PyPI -on: - push: - branches: - - main # or whatever branch you want to use - - pypi-release +on: workflow_dispatch + # push: + # branches: + # - main # or whatever branch you want to use + # - pypi-release jobs: release: