Skip to content

Commit

Permalink
Use more accurate name for a build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shitzuu committed Aug 13, 2024
1 parent b037330 commit a0bce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Java CI with Gradle
name: Build dew
on:
push:
branches: [ "master" ]
Expand Down

0 comments on commit a0bce0b

Please sign in to comment.