From 0bfd7eb178dcf761658d6404eff5a3ccb9e51952 Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Sat, 28 Jan 2023 06:51:09 -0600 Subject: [PATCH] Update dist-2.yml --- .github/workflows/dist-2.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml index 543b1517c..baaae67c4 100644 --- a/.github/workflows/dist-2.yml +++ b/.github/workflows/dist-2.yml @@ -1,10 +1,14 @@ name: Repository Dispatch + on: - repository_dispatch: - types: [success] + check_run: + types: [created, completed, requested_action] +# repository_dispatch: +# types: [my-event] #pull_request: #branches: [master] + jobs: myEvent: runs-on: ubuntu-latest