Skip to content

Commit 3e22ece

Browse files
committed
[SPARK-52002] Update GitHub Action YAML file in branch-0.1
1 parent b58ee1d commit 3e22ece

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)