This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/orc-format.git
The following commit(s) were added to refs/heads/branch-1.0 by this push:
new 391b045 ORC-FORMAT-14: Update `build_and_test` GitHub Action to match
`branch-1.0`
391b045 is described below
commit 391b045468956d25b062783b5667c639ab8797b0
Author: William Hyun <[email protected]>
AuthorDate: Wed Jan 3 00:02:05 2024 -0800
ORC-FORMAT-14: Update `build_and_test` GitHub Action to match `branch-1.0`
---
.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 3c8d7b2..9716316 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.0
pull_request:
branches:
- - main
+ - branch-1.0
jobs:
build: