From 653697263e39f80ebe1269934f192a64ed544e29 Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Mon, 10 Jul 2023 16:17:51 -0400 Subject: [PATCH] Trigger CI on a `repository_dispatch` API event. --- .github/workflows/python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3f5aa6c..fd7d8dc 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -5,6 +5,8 @@ on: branches: [ "**" ] pull_request: branches: [ "**" ] + repository_dispatch: + types: [ "**" ] permissions: contents: read