Skip to content

Commit a4fec94

Browse files
authored
Merge pull request #635 from ryanjbaxter/use-new-pr-workflow
Use new PR workflow
2 parents 15a2dda + 76f3428 commit a4fec94

File tree

2 files changed

+9
-30
lines changed

2 files changed

+9
-30
lines changed

.github/workflows/maven.yml

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

.github/workflows/pr.yml

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: [ 4.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)