Compare commits

...

1 Commits

Author SHA1 Message Date
deadprogram b9ce6c3374 build: allow building llvm image via workflow dispatch
Signed-off-by: deadprogram <ron@hybridgroup.com>
2025-03-11 13:08:20 +01:00
+1
View File
@@ -11,6 +11,7 @@ name: LLVM
on:
push:
branches: [ build-llvm-image ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}