This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git
commit ff8bd5bc55fc20bbd5c61e5fdd839d9e41e74867 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Mon Dec 28 20:22:44 2020 +0800 Update build.yml --- .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:
