mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
add manually triggering build action to workflows (#507)
This commit is contained in:
parent
2b827417e8
commit
261e8915ca
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue