Skip to content

Commit

Permalink
update workflow trigger for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajithi committed Jun 12, 2024
1 parent 7771e9c commit 08a711e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Upload Python Package

# on:
# release:
# types: [published]

on:
release:
types: [published]
push:
branches:
- feature/deploy

permissions:
contents: read
Expand Down

0 comments on commit 08a711e

Please sign in to comment.