Skip to content

Commit bd92587

Browse files
committed
Use new PR workflow
1 parent 6cd60f5 commit bd92587

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

.github/workflows/ci-maven-main.yml

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

.github/workflows/pr.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: PR
2+
3+
on:
4+
pull_request:
5+
branches: [ 3.3.x ]
6+
7+
jobs:
8+
build:
9+
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/pr.yml@main

0 commit comments

Comments
 (0)