We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1719325 + 6ec529b commit 6c8b2beCopy full SHA for 6c8b2be
2 files changed
.github/workflows/maven.yml
.github/workflows/pr.yaml
@@ -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