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: