You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/06/23 04:13:47 UTC

[incubator-echarts] branch ci-master created (now 14f0033)

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

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


      at 14f0033  ci: run on pr opened or synchronized

This branch includes the following new commits:

     new 14f0033  ci: run on pr opened or synchronized

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-echarts] 01/01: ci: run on pr opened or synchronized

Posted by ov...@apache.org.
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 <zw...@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-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org