You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/28 12:29:32 UTC

[skywalking-client-js] branch master updated: Update build.yml (#27)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fc1ab0  Update build.yml (#27)
5fc1ab0 is described below

commit 5fc1ab0c1e2ccc93b313f6d499c132d10dc85e9b
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Dec 28 20:29:24 2020 +0800

    Update build.yml (#27)
---
 .github/workflows/build.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1d2e6af..56b2b8e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,10 @@
 name: Node CI
 
-on: [push, pull_request]
+on:
+  pull_request:
+  push:
+    branches:
+      - master
 
 jobs:
   build-and-test: