From b99ed96fc61fdcb282612947ada2e4daedb742fc Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Fri, 20 Mar 2026 09:14:33 -0600 Subject: [PATCH] Fix branch name for update PR --- .github/workflows/ci-integ-test-full.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index 51360e5a..e5901c6e 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -5,8 +5,7 @@ on: push: branches: - 'main' - - 'bot/test-gradle-actions-caching' - - 'bot/release-gradle-actions-caching' + - 'bot/gradle-actions-caching' paths: - 'dist/**' - 'src/vendor/gradle-actions-caching/**'