This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch develop/robin
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
The following commit(s) were added to refs/heads/develop/robin by this push:
new 8036ae8 chore: Update sync-info.yml to use 'dev' branch for pull
requests and pushes
8036ae8 is described below
commit 8036ae8441c408bb8b7128fc706f2cbbd5bc39e7
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: