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

baerwang pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 835ba2cce fix release draft ci error (#2821)
835ba2cce is described below

commit 835ba2cce20ef3ad68f0466d7bc1528ecd92025b
Author: marsevilspirit <[email protected]>
AuthorDate: Fri Apr 4 20:38:26 2025 +0800

    fix release draft ci error (#2821)
---
 .github/workflows/release-drafter.yml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index bc3de4d61..f7a5299bd 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -3,9 +3,12 @@ name: Release Drafter
 on:
   push:
     branches:
-      - unstable
-  pull_request_target:
-    types: [ opened, reopened, synchronize ]
+      - main
+      - develop
+
+  pull_request:
+    types: [opened, reopened, synchronize]
+
 
 permissions:
   contents: read
@@ -19,4 +22,4 @@ jobs:
     steps:
       - uses: release-drafter/release-drafter@v6
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Reply via email to