Skip to content

Commit

Permalink
Running action when pushed to pypi-action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
abhihjoshi committed Jan 26, 2025
1 parent df58936 commit 87e0564
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Publish to PyPI

on:
workflow_dispatch:

push:
branches:
- 'pypi-action'
release:
types: [published]

Expand Down

0 comments on commit 87e0564

Please sign in to comment.