From 7997778ebb708607e16e3701aedaf7db09c6a9f3 Mon Sep 17 00:00:00 2001 From: brnbrd Date: Wed, 6 Mar 2024 15:55:58 -0800 Subject: [PATCH] Update workflow --- .github/workflows/{build-1.19.yml => build-1.20.1.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build-1.19.yml => build-1.20.1.yml} (94%) diff --git a/.github/workflows/build-1.19.yml b/.github/workflows/build-1.20.1.yml similarity index 94% rename from .github/workflows/build-1.19.yml rename to .github/workflows/build-1.20.1.yml index 2fe027c6..f4b0f580 100644 --- a/.github/workflows/build-1.19.yml +++ b/.github/workflows/build-1.20.1.yml @@ -5,13 +5,13 @@ # 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://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle -name: 1.19 +name: 1.20.1 on: push: - branches: [ 1.19 ] + branches: [ 1.20.1 ] pull_request: - branches: [ 1.19 ] + branches: [ 1.20.1 ] jobs: build: