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 a894a599e6
commit 62c4921b6f
1 changed files with 1 additions and 0 deletions

View File

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