diff --git a/.github/workflows/node.js.yml b/.github/workflows/main.yml similarity index 99% rename from .github/workflows/node.js.yml rename to .github/workflows/main.yml index 3d4ed90c..580d7a0b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node.js CI +name: CI # Controls when the workflow will run on: push: