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: 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 }}