From 7c5a1731732b049d4950fec3ddc893500d25de81 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sun, 12 Jul 2020 14:50:47 -0700 Subject: [PATCH] [SPARK-32245][INFRA][FOLLOWUP] Reenable Github Actions on commit This PR reenables GitHub Action on every commit as a next step. We carefully enabled GitHub Action on every PRs, and it looks good so far. As we saw at https://github.com/apache/spark/pull/29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step. No. Manual. Closes #29076 from dongjoon-hyun/reenable_gha_commit. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun --- .github/workflows/master.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f5feb70d63ada..ab1f17c8d9867 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1,6 +1,9 @@ name: master on: + push: + branches: + - branch-2.4 pull_request: branches: - branch-2.4