Enable manual builds for all branches
This commit is contained in:
parent
169a6a3aeb
commit
bf84a9ea45
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -12,6 +12,8 @@ on:
|
|||
branches:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- '*'
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue