From 420a8ad0d1c3c5b4aedcd7da00d9d8124ae9b6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?der=5Ffr=C3=BChling?= Date: Tue, 21 May 2024 18:15:15 -0700 Subject: [PATCH] Update workflows part 2 --- .github/workflows/gradle-multi-ref.yml | 3 ++- .github/workflows/gradle-publish.yml | 2 +- .github/workflows/gradle.yml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle-multi-ref.yml b/.github/workflows/gradle-multi-ref.yml index 46110c9..2d42c78 100644 --- a/.github/workflows/gradle-multi-ref.yml +++ b/.github/workflows/gradle-multi-ref.yml @@ -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: @@ -18,6 +18,7 @@ on: - changelog.md - LICENSE - README.md + workflow_dispatch: {} jobs: build: diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 543b3d3..b726910 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -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: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4389c12..ce71737 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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: @@ -26,6 +26,7 @@ on: - changelog.md - LICENSE - README.md + workflow_dispatch: {} jobs: build: