Skip to content

Commit

Permalink
Allow release workflow to be invoked manually
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Jan 18, 2024
1 parent 615d165 commit ff9a7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- "v*"
workflow_dispatch: {}

env:
REGISTRY: quay.io
Expand Down

0 comments on commit ff9a7fd

Please sign in to comment.