Skip to content

Commit 9a8fad9

Browse files
committed
[SPARK-52002] Update GitHub Action YAML file in branch-0.1
### What changes were proposed in this pull request? This PR aims to setup `GitHub Action` PR builder and commit builder jobs on `branch-0.1`. ### Why are the changes needed? To enable CIs on `branch-0.1`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CIs are triggered and passed on this PR. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #182 from dongjoon-hyun/SPARK-52002. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b58ee1d commit 9a8fad9

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.1
77
pull_request:
88
branches:
9-
- main
9+
- branch-0.1
1010

1111
# Cancel previous PR build and test
1212
concurrency:

0 commit comments

Comments
 (0)