mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
branches:
|
||||
- 'main'
|
||||
workflow_dispatch:
|
||||
# pull_request:
|
||||
# types:
|
||||
# - opened
|
||||
# branches:
|
||||
# - 'main'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue