Skip to content

Commit

Permalink
Merge pull request #283 from hakonanes/allow-manual-trigger-public-ac…
Browse files Browse the repository at this point in the history
…tion

Allow manual triggering of publish action
  • Loading branch information
hakonanes committed Feb 14, 2022
2 parents a6ae50e + f57bfd8 commit 49ef435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Expand Up @@ -6,6 +6,8 @@ name: Upload Python Package
on:
release:
types: [published]
workflow_dispatch:
workflow: "*"

jobs:
deploy:
Expand Down

0 comments on commit 49ef435

Please sign in to comment.