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 <dongj...@apache.org>
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.
    
    ![Screen Shot 2020-12-04 at 9 29 32 
AM](https://user-images.githubusercontent.com/9700541/101194754-4122a480-3613-11eb-9284-8c575c70f216.png)
    
    ### 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 <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 .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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to