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
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 3.**
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
git_ref:
|
||||
|
|
Loading…
Reference in a new issue