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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new fb0cf35dc ci: Fix default branch name in Ruby release workflow (#6585)
fb0cf35dc is described below

commit fb0cf35dc5cec6650502f5923338727824513ee9
Author: Erick Guan <[email protected]>
AuthorDate: Thu Sep 25 11:13:47 2025 +0200

    ci: Fix default branch name in Ruby release workflow (#6585)
    
    Fix typo in Ruby release workflow
---
 .github/workflows/release_ruby.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release_ruby.yml 
b/.github/workflows/release_ruby.yml
index ea3371b5f..16926ea28 100644
--- a/.github/workflows/release_ruby.yml
+++ b/.github/workflows/release_ruby.yml
@@ -145,7 +145,7 @@ jobs:
 
   publish:
     if: >-
-      (github.event_name == 'workflow_dispatch' && github.ref == 
'refs/heads/master') ||
+      (github.event_name == 'workflow_dispatch' && github.ref == 
'refs/heads/main') ||
       (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && 
!contains(github.ref, '-'))
     needs: [build, build-native]
     runs-on: ubuntu-latest

Reply via email to