From 87e0564916cd289ee6ed71c787b99255f356e8d1 Mon Sep 17 00:00:00 2001 From: Abhishek Joshi Date: Sat, 25 Jan 2025 20:28:29 -0500 Subject: [PATCH] Running action when pushed to pypi-action branch --- .github/workflows/update-pypi.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-pypi.yaml b/.github/workflows/update-pypi.yaml index 598c4eb84..a84701fc5 100644 --- a/.github/workflows/update-pypi.yaml +++ b/.github/workflows/update-pypi.yaml @@ -2,7 +2,9 @@ name: Publish to PyPI on: workflow_dispatch: - + push: + branches: + - 'pypi-action' release: types: [published]