Skip to content

Commit

Permalink
Update release github action to allow manully triggering of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayKh committed Oct 13, 2024
1 parent a47f073 commit 151b0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "v*" # This triggers the workflow on version tags like v1.0.0
workflow_dispatch: # Allows manual triggering of the workflow

permissions:
contents: write
Expand Down

0 comments on commit 151b0b6

Please sign in to comment.