mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 20:20:04 +03:00
Update deploy.yml
This commit is contained in:
parent
d2045ecaf4
commit
f4f7b4d886
1 changed files with 5 additions and 4 deletions
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: Build & Release
|
||||
runs-on: ubuntu-latest
|
||||
on:[push]
|
||||
branches:
|
||||
- develop
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
jobs:
|
||||
github-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -17,4 +18,4 @@ jobs:
|
|||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: dist
|
||||
files: dist
|
||||
|
|
Loading…
Add table
Reference in a new issue