Skip to content

Commit b9ce6c3

Browse files
committed
build: allow building llvm image via workflow dispatch
Signed-off-by: deadprogram <[email protected]>
1 parent cab3834 commit b9ce6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/llvm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: LLVM
1111
on:
1212
push:
1313
branches: [ build-llvm-image ]
14+
workflow_dispatch:
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)