diff options
| -rw-r--r-- | .github/workflows/kit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index 80b7204a..09da2eda 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: |
