Skip to content

Commit c9a8d3e

Browse files
committed
Merge branch '4.3.x'
2 parents ecd8da8 + 4c36b07 commit c9a8d3e

2 files changed

Lines changed: 12 additions & 40 deletions

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/pr.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR
2+
3+
on:
4+
pull_request:
5+
branches: [ main, 4.3.x ]
6+
7+
jobs:
8+
build:
9+
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/pr.yml@main
10+
with:
11+
custom_build_command: |
12+
./mvnw clean install -B -U -Pspring,integration,docs

0 commit comments

Comments
 (0)