Skip to content

Commit

Permalink
Add triggering on workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
shepeliev committed Aug 18, 2024
1 parent dc01554 commit 5eb112e
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 @@ -3,6 +3,7 @@ name: Publish
on:
release:
types: [prereleased, released]
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit 5eb112e

Please sign in to comment.