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

linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git

commit 49978472013a2767d9df9bc7e85f49f1cca88548
Author: Luffy <5...@qq52o.cn>
AuthorDate: Wed Apr 23 15:55:40 2025 +0800

    chore: remove pull_request trigger from sync-info workflow
---
 .github/workflows/sync-info.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/sync-info.yml b/.github/workflows/sync-info.yml
index 979e6be..1bd3da6 100644
--- a/.github/workflows/sync-info.yml
+++ b/.github/workflows/sync-info.yml
@@ -17,8 +17,6 @@
 
 name: Sync info
 on:
-  pull_request:
-    branches: [dev, main]
   push:
     branches: [dev, main]
 
@@ -40,5 +38,3 @@ jobs:
           title: "chore: Sync Plugin Info"
           body: "Sync Plugin Info"
           branch: "chore/sync-info"
-          
-  
\ No newline at end of file

Reply via email to