Skip to content

Commit

Permalink
build: kits should be triggerable programmatically
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 2, 2022
1 parent b19c6d2 commit 0c14f1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/kit.yml
Expand Up @@ -27,6 +27,9 @@ on:
# Don't build kits all the time, but do if the branch is about kits.
- "**/*kit*"
workflow_dispatch:
repository_dispatch:
types:
- build_kits

defaults:
run:
Expand Down

0 comments on commit 0c14f1a

Please sign in to comment.