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: