add manually triggering build action to workflows (#507)

This commit is contained in:
minenice55 2023-07-20 12:42:21 -04:00
parent 2b827417e8
commit 261e8915ca
1 changed files with 1 additions and 0 deletions

View File

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