mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update onrush.yml
This commit is contained in:
parent
5bc0f49a7f
commit
86be31405b
1 changed files with 9 additions and 9 deletions
18
.github/workflows/onrush.yml
vendored
18
.github/workflows/onrush.yml
vendored
|
@ -1,15 +1,15 @@
|
||||||
name: pusher
|
name: pusher
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
# paths:
|
paths:
|
||||||
# - file28.txt
|
- file28.txt
|
||||||
workflow_run:
|
# workflow_run:
|
||||||
workflows: ["Test Deploy"]
|
# workflows: ["Test Deploy"]
|
||||||
types:
|
# types:
|
||||||
- completed
|
# - completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
on-push:
|
on-push:
|
||||||
|
|
Loading…
Reference in a new issue