mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update dist-2.yml
This commit is contained in:
parent
bcb70434e7
commit
abc3210eb0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dist-2.yml
vendored
2
.github/workflows/dist-2.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue