Trigger demo staging deployment on release event (#3452)
This commit is contained in:
parent
80f3e7a575
commit
697750f4bb
1 changed files with 2 additions and 3 deletions
5
.github/workflows/deploy-demo-staging.yaml
vendored
5
.github/workflows/deploy-demo-staging.yaml
vendored
|
@ -1,8 +1,7 @@
|
||||||
name: Deploy to staging demo
|
name: Deploy to staging demo
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
tags:
|
types: [published]
|
||||||
- 3.**
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
git_ref:
|
git_ref:
|
||||||
|
|
Loading…
Reference in a new issue