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 000dbc67974b247be17175f13391bdea4dd07e24
Author: lihui <[email protected]>
AuthorDate: Sat Jan 11 08:46:46 2025 +0800

    feat: add main branch to github workflow action sync info
---
 .github/workflows/sync-info.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sync-info.yml b/.github/workflows/sync-info.yml
index 790ceec..b2d4dab 100644
--- a/.github/workflows/sync-info.yml
+++ b/.github/workflows/sync-info.yml
@@ -18,9 +18,9 @@
 name: Sync info
 on:
   pull_request:
-    branches: [dev]
+    branches: [dev, main]
   push:
-    branches: [dev]
+    branches: [dev, main]
 
 jobs:
   build:

Reply via email to