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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 89ed66a  chore: Update sync-info workflow to trigger on main branch
89ed66a is described below

commit 89ed66a7d37c45aec5f38c11afdb891ac89fc818
Author: robin <[email protected]>
AuthorDate: Fri Nov 15 15:59:31 2024 +0800

    chore: Update sync-info workflow to trigger on main branch
---
 .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..31dad43 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: [main, dev]
   push:
-    branches: [dev]
+    branches: [main, dev]
 
 jobs:
   build:

Reply via email to