Skip to content

Commit d77b366

Browse files
Update and rename maven-ci.yml to maven-ci-pull-request.yml
1 parent 28bec06 commit d77b366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-ci.yml renamed to .github/workflows/maven-ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
name: Maven run unit tests on PR
55

66
on:
77
# push:

0 commit comments

Comments
 (0)