mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Change names of action workflows
This commit is contained in:
parent
5f863584e0
commit
b609ff6394
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build_and_test_action.yml
vendored
1
.github/workflows/build_and_test_action.yml
vendored
|
@ -23,3 +23,4 @@ jobs:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
|
||||||
|
|
1
.github/workflows/github-actions.yml
vendored
1
.github/workflows/github-actions.yml
vendored
|
@ -23,3 +23,4 @@ jobs:
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
*.jar
|
*.jar
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue