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

ovilia pushed a commit to branch fix-lineOverflow
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit 9bc127cdd6306b2f54abaed2b32894b516c0dd1b
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Fri Dec 10 15:10:21 2021 +0800

    chore: ci should run on pr syncing instead of merging
---
 .github/workflows/nodejs.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 35cc3a9..1cf5ada 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -1,6 +1,8 @@
 name: Node CI
 
-on: [push]
+on:
+  pull_request:
+    types: [opened, synchronize]
 
 jobs:
   build:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to