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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7231477  chore: run ci on direct push
7231477 is described below

commit 7231477e6bf057b1b2921c1e7f8c71b845bc2789
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Fri Dec 10 15:23:10 2021 +0800

    chore: run ci on direct push
---
 .github/workflows/nodejs.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

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

Reply via email to