add manually triggering build action to workflows (#507)

This commit is contained in:
minenice55 2023-07-20 12:42:21 -04:00 committed by GitHub
parent 6c5b96eb85
commit 5150613b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ name: Build Heaven Studio
on:
push:
branches: [ "master", "release_1", "actions_rework" ]
workflow_dispatch: {}
jobs:
build: