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