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