mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Changed for test purposes the merge pipeline to manual
This commit is contained in:
parent
abf8d54f1a
commit
5d117a5c66
1 changed files with 4 additions and 3 deletions
7
.github/workflows/merge-pipeline.yml
vendored
7
.github/workflows/merge-pipeline.yml
vendored
|
@ -1,9 +1,10 @@
|
|||
name: Successfull merge pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue