Skip to content

Commit

Permalink
add manual trigger option to GitHub Actions release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrust committed Dec 26, 2024
1 parent 919c95e commit 4f5088f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build and Release
on:
push:
tags:
- 'v*.*.*' # Match version tags
- 'v*.*.*' # Match version tags
workflow_dispatch: # Allows manual triggering

jobs:
build:
Expand Down

0 comments on commit 4f5088f

Please sign in to comment.