Update bundle.yml
This commit is contained in:
parent
cf6ca5c41e
commit
dcee52ece0
9
.github/workflows/bundle.yml
vendored
9
.github/workflows/bundle.yml
vendored
|
@ -2,8 +2,6 @@ name: Bundle & Release
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
|
@ -31,4 +29,9 @@ jobs:
|
|||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Latest Build"
|
||||
files: VaultUI.tar
|
||||
files: VaultUI.tar
|
||||
|
||||
- uses: "JamesIves/github-pages-deploy-action@latest"
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: build
|
||||
|
|
Loading…
Reference in a new issue