Skip to content

Commit

Permalink
Add a dispatch workflow trigger to the steampipe anywhere workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu authored Jan 15, 2024
1 parent b1c8228 commit 84ef264
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/steampipe-anywhere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
tags:
- 'v*'

workflow_dispatch:
inputs:
version:
description: "The version to release (must be prefixed with 'v')"
required: true


jobs:
Expand Down

0 comments on commit 84ef264

Please sign in to comment.