This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 0521a4e3a ORC-1165: Enable GitHub Action in branch-1.8
0521a4e3a is described below
commit 0521a4e3a6ea14dc7b921adadbac6cf06346725c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 6 09:23:33 2022 -0700
ORC-1165: Enable GitHub Action in branch-1.8
---
.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 05bdfbd9d..3c0229689 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:
- - main
+ - branch-1.8
pull_request:
branches:
- - main
+ - branch-1.8
jobs:
build: