Skip to content

Commit

Permalink
revert the worklfow for version tag release only
Browse files Browse the repository at this point in the history
Signed-off-by: Kushal Batra <[email protected]>
  • Loading branch information
s0nicboOm committed Jun 15, 2024
1 parent 83ee6d5 commit c206e6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: PyPi Publish

on:
pull_request:
branches: [ "main" ]
push:
tags:
- v*
jobs:
pypi_publish:
if: github.repository == 'numaproj/numalogic-prometheus'
Expand Down

0 comments on commit c206e6b

Please sign in to comment.