Update netlify.yaml

This commit is contained in:
Michael Telatynski 2024-04-29 17:20:06 +01:00 committed by GitHub
parent 281916fd96
commit 9cc362e950
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
name: Upload Preview Build to Netlify name: Upload Preview Build to Netlify
on: on:
workflow_run: workflow_run:
workflows: ["Element Web - Build"] workflows: ["End to End Tests"]
types: types:
- completed - completed
jobs: jobs:
@ -29,7 +29,7 @@ jobs:
with: with:
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
run-id: ${{ github.event.workflow_run.id }} run-id: ${{ github.event.workflow_run.id }}
name: previewbuild name: webapp
path: webapp path: webapp
- name: 📤 Deploy to Netlify - name: 📤 Deploy to Netlify