We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a2dda commit c684a6eCopy full SHA for c684a6e
.github/workflows/maven.yml
.github/workflows/pr.yml
@@ -0,0 +1,12 @@
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
10
+ secrets:
11
+ ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
12
+ ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
0 commit comments