From 82169a624678223742d303d3ae520ed08f2e8b72 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..09da2eda9 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: