This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-1.1
in repository https://gitbox.apache.org/repos/asf/orc-format.git


The following commit(s) were added to refs/heads/branch-1.1 by this push:
     new 3188c47  ORC-FORMAT-31: Update `GitHub Action` jobs in `branch-1.1` 
(#32)
3188c47 is described below

commit 3188c47241d84b8955e70f78de1beb3367047baf
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Aug 13 11:18:39 2025 -0700

    ORC-FORMAT-31: Update `GitHub Action` jobs in `branch-1.1` (#32)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to enable `GitHub Actions` on `branch-1.1`.
    
    ### Why are the changes needed?
    
    To enable
    - PR CI
    - Commit CI
    - Publish CI
    
    ### How was this patch tested?
    
    Check the CIs.
---
 .github/workflows/build_and_test.yml   | 4 ++--
 .github/workflows/publish_snapshot.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 3c8d7b2..a8d7b60 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.1
   pull_request:
     branches:
-    - main
+    - branch-1.1
 
 jobs:
   build:
diff --git a/.github/workflows/publish_snapshot.yml 
b/.github/workflows/publish_snapshot.yml
index 4012d9f..61351d4 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -3,7 +3,7 @@ name: Publish Snapshot
 on:
   push:
     branches:
-    - main
+    - branch-1.1
 
 jobs:
   publish-snapshot:

Reply via email to