add manually triggering build action to workflows (#507)

This commit is contained in:
minenice55 2023-07-20 12:42:21 -04:00
parent 9ce61e962b
commit f8bc3446d3

View file

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