Skip to content

Commit

Permalink
ci: add manual trigger to publish workflow
Browse files Browse the repository at this point in the history
- Added workflow_dispatch to allow manual triggering of the publish release workflow.
  • Loading branch information
pyyupsk committed Aug 15, 2024
1 parent d9b8a63 commit efb51ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 🚀 Publish Release
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit efb51ae

Please sign in to comment.