From 4d9f4ff1f2e3ff5d01af025660608c9a988943df Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:47:12 +0200 Subject: [PATCH] forgot to update branch name on action --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a790e5f..343d306 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -9,9 +9,9 @@ name: Java CI with Gradle on: push: - branches: [ "master", "v2.0.0" ] + branches: [ "main", "v2.x.x" ] pull_request: - branches: [ "master", "v2.0.0" ] + branches: [ "main", "v2.x.x" ] concurrency: group: ${{ github.ref }}