Skip to content

Commit b1c059a

Browse files
committed
[SPARK-52380] Update GitHub Action YAML file in branch-0.3
### What changes were proposed in this pull request? This PR aims to update `GitHub Action` YAML file in `branch-0.3`. ### Why are the changes needed? To enable GitHub Action CI. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI is trigged on this PR and passes. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #236 from dongjoon-hyun/SPARK-52380. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0f6eb28 commit b1c059a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and test
33
on:
44
push:
55
branches:
6-
- main
6+
- branch-0.3
77
pull_request:
88
branches:
9-
- main
9+
- branch-0.3
1010

1111
# Cancel previous PR build and test
1212
concurrency:

0 commit comments

Comments
 (0)