From bc4cce8ec31bb1b17b7f9d1cc8b900e469c0ae36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Wed, 29 Jul 2020 14:37:17 +0800 Subject: [PATCH] Update and rename nodejs.yml to build.yml --- .github/workflows/{nodejs.yml => build.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{nodejs.yml => build.yml} (98%) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/build.yml similarity index 98% rename from .github/workflows/nodejs.yml rename to .github/workflows/build.yml index d54c30d..fa810d3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: BuildProject +name: Build on: push: