mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Update CI pipeline to include deploy-automation branch
This commit is contained in:
parent
6f1e05bc79
commit
1dee9acbd2
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -2,9 +2,12 @@ name: CI Pipeline
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- main
|
||||
- deploy-automation
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
- main
|
||||
- deploy-automation
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue