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

ovilia pushed a commit to branch ci-master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 14f0033ad2b5db99d8961ca897f5098cb6593a0f
Author: Wenli Zhang <zwl.s...@gmail.com>
AuthorDate: Tue Jun 23 12:13:28 2020 +0800

    ci: run on pr opened or synchronized
---
 .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 0834a8f..0b8497e 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