Skip to content

Commit 718091f

Browse files
committed
[SPARK-52380] Update GitHub Action YAML file in branch-0.3
1 parent 0f6eb28 commit 718091f

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)