From 403b2ed7596b3b042c3da8d75f8f64834c2c5ff8 Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:52:37 +0100 Subject: [PATCH] only publish test pakcages when there is a need --- .github/workflows/build_test_pypi.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_test_pypi.yaml b/.github/workflows/build_test_pypi.yaml index 0f84832..c215c75 100644 --- a/.github/workflows/build_test_pypi.yaml +++ b/.github/workflows/build_test_pypi.yaml @@ -1,9 +1,7 @@ name: Build and Publish to TestPyPI - on: - pull_request: - branches: - - master + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest