From 0900a9000be78e3b79e147463eaa4a94e64c2ab5 Mon Sep 17 00:00:00 2001 From: skedwards88 Date: Thu, 19 Oct 2023 08:45:20 -0700 Subject: [PATCH] trigger on repository_dispatch update-word-lists event --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 796169f..5f59cfd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,8 @@ on: - "TODO.md" - ".github/ISSUE_TEMPLATE/*" workflow_dispatch: + repository_dispatch: + types: [update-word-lists] permissions: contents: write # Required for bumping version (read-only required for deployment)