This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 4698b52 [MINOR][INFRA][3.1] Update branch name from master to
branch-3.1 GitHub Action
4698b52 is described below
commit 4698b52811180868353f42855dfa793be89a8cf4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 4 10:54:39 2020 -0800
[MINOR][INFRA][3.1] Update branch name from master to branch-3.1 GitHub
Action
### What changes were proposed in this pull request?
This PR updates the branch name in `branch-3.1` branch.
### Why are the changes needed?
To start GitHub Action in `branch-3.1`. Currently, it's stopped.

### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Check GitHub Action on this PR.
Closes #30607 from dongjoon-hyun/GHA.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.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 a3bb083..74ac773 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:
- - master
+ - branch-3.1
pull_request:
branches:
- - master
+ - branch-3.1
workflow_dispatch:
inputs:
target:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]