mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 03:08:09 -06:00
changed release.yml to run on pushes on next-gen branch
This commit is contained in:
parent
7d66fa0695
commit
8d93c170e2
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -1,7 +1,10 @@
|
||||
# Release a new TW Blue installer on github.
|
||||
# This workflow runs on push.
|
||||
name: Release
|
||||
on: [push, workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- next-gen
|
||||
jobs:
|
||||
build:
|
||||
# Builds an x64 binary and an installer of TW Blue.
|
||||
|
Loading…
Reference in New Issue
Block a user