Skip to content

Commit 515321f

Browse files
author
Dennis Labordus
committed
Changed name of steps in build.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent b6ddd27 commit 515321f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
with:
5151
output_file: custom_maven_settings.xml
5252
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
53-
- name: Build Native with Maven
53+
- name: Build with Maven (Pull Request)
5454
if: ${{ github.event_name == 'pull_request' }}
5555
run: ./mvnw -s custom_maven_settings.xml -B -Pbuild-image clean verify
56-
- name: Build with Maven
56+
- name: Build with Maven (Push)
5757
if: ${{ github.event_name == 'push' }}
5858
run: ./mvnw -s custom_maven_settings.xml -B clean verify

0 commit comments

Comments
 (0)