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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]