From 0c14f1a6b3fb9dd24b67baee0ea8710274e32d1e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 2 Jun 2022 07:53:08 -0400 Subject: [PATCH] build: kits should be triggerable programmatically --- .github/workflows/kit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index 80b7204af..c6c6b9fac 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -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: