Skip to content

Commit

Permalink
Update workflows part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed May 22, 2024
1 parent fe28ecd commit 420a8ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-multi-ref.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 All Versions

on:
push:
Expand All @@ -18,6 +18,7 @@ on:
- changelog.md
- LICENSE
- README.md
workflow_dispatch: {}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle

name: Gradle Package
name: Package & Publish All Versions

on:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gradle.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 Project

on:
push:
Expand All @@ -26,6 +26,7 @@ on:
- changelog.md
- LICENSE
- README.md
workflow_dispatch: {}

jobs:
build:
Expand Down

0 comments on commit 420a8ad

Please sign in to comment.