mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Setting up test infrastructure pipeline v14
This commit is contained in:
parent
0231f81f15
commit
b6b7fa785d
1 changed files with 6 additions and 5 deletions
11
.github/workflows/pull-request-pipeline.yml
vendored
11
.github/workflows/pull-request-pipeline.yml
vendored
|
@ -1,11 +1,12 @@
|
||||||
name: Pull request pipeline
|
name: Pull request pipeline
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
types:
|
# pull_request:
|
||||||
- opened
|
# types:
|
||||||
branches:
|
# - opened
|
||||||
- 'main'
|
# branches:
|
||||||
|
# - 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue