Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
Adding new events to run workflow
  • Loading branch information
wiltonsr authored Nov 22, 2023
1 parent adcad61 commit 19d429d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
name: Upload Python Package

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]

Expand Down

0 comments on commit 19d429d

Please sign in to comment.