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
|
name: Repository Dispatch
|
||||||
|
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
check_run:
|
||||||
types: [success]
|
types: [created, completed, requested_action]
|
||||||
|
# repository_dispatch:
|
||||||
|
# types: [my-event]
|
||||||
#pull_request:
|
#pull_request:
|
||||||
#branches: [master]
|
#branches: [master]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
myEvent:
|
myEvent:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue