Skip to content

Commit 04ae934

Browse files
committed
[ot] .github: enable workflow_dispatch event
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent 1e79fc2 commit 04ae934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
#------------------------------------------------------------------------------
88

99
name: Build & Test QEMU OT
10-
on: [pull_request]
10+
on:
11+
- pull_request
12+
- workflow_dispatch
1113
jobs:
1214
build-clang:
1315
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)