Deploy demo for 3.5 tags (#2160)
This allows to automatically release 3.5 tags to demo.
This commit is contained in:
parent
0c3148893b
commit
d50b7ee939
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-demo-staging.yaml
vendored
2
.github/workflows/deploy-demo-staging.yaml
vendored
|
@ -2,7 +2,7 @@ name: Deploy to staging demo
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 3.4**
|
- 3.5**
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
git_ref:
|
git_ref:
|
||||||
|
|
Loading…
Reference in a new issue