From c206e6bfbcb7a1f611b890fa0d2c5968918c0219 Mon Sep 17 00:00:00 2001 From: Kushal Batra Date: Sat, 15 Jun 2024 12:27:54 -0700 Subject: [PATCH] revert the worklfow for version tag release only Signed-off-by: Kushal Batra --- .github/workflows/pypi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index f22e70a..8c1490d 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,8 +1,9 @@ name: PyPi Publish on: - pull_request: - branches: [ "main" ] + push: + tags: + - v* jobs: pypi_publish: if: github.repository == 'numaproj/numalogic-prometheus'