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 236c466  ORC-FORMAT-15: Update `publish_snapshot` GitHub Action to 
match `branch-1.0`
236c466 is described below

commit 236c4668e42e25abfa69d80542c19bb9bd456d2b
Author: William Hyun <[email protected]>
AuthorDate: Wed Jan 3 00:06:41 2024 -0800

    ORC-FORMAT-15: Update `publish_snapshot` GitHub Action to match `branch-1.0`
    
    This closes #15
---
 .github/workflows/publish_snapshot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish_snapshot.yml 
b/.github/workflows/publish_snapshot.yml
index 4012d9f..edf61e5 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.0
 
 jobs:
   publish-snapshot:

Reply via email to