changed release.yml to run on pushes on next-gen branch

This commit is contained in:
Abdulqadir Ahmad 2023-12-29 19:01:14 +01:00
parent 7d66fa0695
commit 8d93c170e2

View File

@ -1,7 +1,10 @@
# Release a new TW Blue installer on github. # Release a new TW Blue installer on github.
# This workflow runs on push. # This workflow runs on push.
name: Release name: Release
on: [push, workflow_dispatch] on:
push:
branches:
- next-gen
jobs: jobs:
build: build:
# Builds an x64 binary and an installer of TW Blue. # Builds an x64 binary and an installer of TW Blue.