mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +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:
|
||||
repository_dispatch:
|
||||
types: [my-event]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
myEvent:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue