This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc-format.git
The following commit(s) were added to refs/heads/main by this push:
new 8651955 Enable CI on pull requests
8651955 is described below
commit 8651955a43a7028326519d40de946f07f5bbd473
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Dec 7 18:02:55 2023 -0800
Enable CI on pull requests
---
.github/workflows/build_and_test.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 6e58e85..a6c5f46 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -4,6 +4,9 @@ on:
push:
branches:
- main
+ pull_request:
+ branches:
+ - main
jobs:
build: