mirror of https://github.com/databricks/cli.git
Allow manually triggering releases
This commit is contained in:
parent
ea19417336
commit
1ddba0caa8
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
|
|
Loading…
Reference in New Issue