Skip to content

Commit

Permalink
fix pipeline names
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavidgit committed Oct 13, 2023
1 parent 45e75df commit fdb07a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Maven
name: Build Pipeline

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github Release
name: Release Pipeline

on:
workflow_dispatch:
Expand Down

0 comments on commit fdb07a3

Please sign in to comment.