Skip to content

Commit

Permalink
Modify workflow (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvaidya17 committed Aug 28, 2023
1 parent 84bbd6f commit 4abfa93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Upload Python Package
on:
release:
types: [created]
types: [published]
workflow_dispatch: # run on request (no need for PR)

jobs:
deploy:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 4abfa93

Please sign in to comment.