Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-25 20:33:30 -06:00 committed by GitHub
parent bcb70434e7
commit abc3210eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ name: Repository Dispatch
on: on:
repository_dispatch: repository_dispatch:
types: [my-event] types: [my-event]
pull_request:
jobs: jobs:
myEvent: myEvent:
runs-on: ubuntu-latest runs-on: ubuntu-latest