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 f7374a7 chore: run ci on direct push
f7374a7 is described below
commit f7374a7ef61d5fb081769392dcef0c4ed68746b7
Author: Ovilia <[email protected]>
AuthorDate: Fri Dec 10 15:24:37 2021 +0800
chore: run ci on direct push
---
.github/workflows/nodejs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 1a9e9b4..4049218 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -1,8 +1,8 @@
name: Node CI
on:
- - push
- - pull_request:
+ push: {}
+ pull_request:
types: [opened, synchronize]
jobs:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]