mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Update netlify.yaml
This commit is contained in:
parent
281916fd96
commit
9cc362e950
1 changed files with 2 additions and 2 deletions
4
.github/workflows/netlify.yaml
vendored
4
.github/workflows/netlify.yaml
vendored
|
@ -3,7 +3,7 @@
|
|||
name: Upload Preview Build to Netlify
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Element Web - Build"]
|
||||
workflows: ["End to End Tests"]
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
name: previewbuild
|
||||
name: webapp
|
||||
path: webapp
|
||||
|
||||
- name: 📤 Deploy to Netlify
|
||||
|
|
Loading…
Reference in a new issue