Skip to content

Commit

Permalink
Add option to build specific git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed Dec 14, 2020
1 parent 6252bb7 commit 83e529d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
tags:
- '*'
workflow_dispatch:
inputs:
git-ref:
description: Git Ref (Optional)
required: false

jobs:
publish:
Expand Down

0 comments on commit 83e529d

Please sign in to comment.