Skip to content

Commit

Permalink
Remove on: release and add on: workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini Salazar committed Dec 11, 2023
1 parent dc43839 commit 6c33491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

name: Upload Python Package

on: workflow_dispatch

on:
release:
types: [published]
push:
tags:
- 'v*.*.*'
Expand Down

0 comments on commit 6c33491

Please sign in to comment.