Skip to content

Commit 0c14f1a

Browse files
committed
build: kits should be triggerable programmatically
1 parent b19c6d2 commit 0c14f1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kit.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ on:
2727
# Don't build kits all the time, but do if the branch is about kits.
2828
- "**/*kit*"
2929
workflow_dispatch:
30+
repository_dispatch:
31+
types:
32+
- build_kits
3033

3134
defaults:
3235
run:

0 commit comments

Comments
 (0)