mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
build: allow building llvm image via workflow dispatch
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -11,6 +11,7 @@ name: LLVM
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ build-llvm-image ]
|
branches: [ build-llvm-image ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user