This is an automated email from the ASF dual-hosted git repository.
hufeng pushed a commit to branch dubbo2
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git
The following commit(s) were added to refs/heads/dubbo2 by this push:
new b368942 Update nodejs.yml
b368942 is described below
commit b3689422b7d5c1449fb98a46eba82170e1e1c5eb
Author: 胡锋 <[email protected]>
AuthorDate: Sun Oct 30 23:59:55 2022 +0800
Update nodejs.yml
---
.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 1f1e0aa..4ce434c 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -5,9 +5,9 @@ name: Node.js CI
on:
push:
- branches: [master]
+ branches: [dubbo2]
pull_request:
- branches: [master]
+ branches: [dubbo2]
schedule:
- cron: '0 2 * * *'