From 718091f7c8e91b56b56d5feffc926eb49952c8d6 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sat, 31 May 2025 21:47:01 -0700 Subject: [PATCH] [SPARK-52380] Update GitHub Action YAML file in `branch-0.3` --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index de95b822..ac4019dd 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -3,10 +3,10 @@ name: Build and test on: push: branches: - - main + - branch-0.3 pull_request: branches: - - main + - branch-0.3 # Cancel previous PR build and test concurrency: