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 a826cbf chore: Update sync-info.yml to use 'dev' branch for pull
requests and pushes
a826cbf is described below
commit a826cbff269d5b640a943d2f511acd62fcac815b
Author: robin <[email protected]>
AuthorDate: Tue Aug 20 12:01:00 2024 +0800
chore: Update sync-info.yml to use 'dev' branch for pull requests and pushes
---
.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 61fb233..fac084a 100644
--- a/.github/workflows/sync-info.yml
+++ b/.github/workflows/sync-info.yml
@@ -18,9 +18,9 @@
name: Sync info
on:
pull_request:
- branches: [main]
+ branches: [dev]
push:
- branches: [main]
+ branches: [dev]
jobs:
build: