mirror of https://github.com/databricks/cli.git
Build snapshot release for demo branches (#292)
## Changes Idea: we use `demo-*` branches for demo-able builds that are not yet ready to be merged. ## Tests n/a
This commit is contained in:
parent
0ea0e81c8a
commit
cb2eb7cad6
|
@ -3,7 +3,8 @@ name: release-snapshot
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- "main"
|
||||||
|
- "demo-*"
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue