Skip to content

Commit

Permalink
setup: fix trigger on github action releases
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantfero committed Jan 30, 2024
1 parent fcaac49 commit 4e2e8ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ name: Upload Python Package

on:
push:
types: [tags]
tags:
- '*'
release:
types: [published]

Expand Down

0 comments on commit 4e2e8ff

Please sign in to comment.