diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/unit-tests.yml similarity index 63% rename from .github/workflows/npm-publish.yml rename to .github/workflows/unit-tests.yml index b5f98b9..aa4fbfd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/unit-tests.yml @@ -1,7 +1,4 @@ -# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created -# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages - -name: Node.js Package +name: Unit Tests on: push: