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
5a1a485008
commit
0bfd7eb178
1 changed files with 6 additions and 2 deletions
8
.github/workflows/dist-2.yml
vendored
8
.github/workflows/dist-2.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue