Skip to content

Commit

Permalink
ci: make python-publish.yml only occur on release
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Sep 7, 2023
1 parent 7f09663 commit 2cadd7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: Upload Python Package


on: [push, pull_request, workflow_dispatch]
on:
release:
types: [created]


jobs:
Expand Down

0 comments on commit 2cadd7f

Please sign in to comment.