Skip to content

Commit

Permalink
Updated to have parameters on workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed May 13, 2024
1 parent f281cfe commit 2cabb66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release Production

on:
workflow_dispatch:
with:
tag: "v*"
push:
tags:
- "v*"
Expand Down

0 comments on commit 2cabb66

Please sign in to comment.