diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b9513b8..d3afa96 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,11 +1,9 @@ # 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://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Node.js CI +name: Node.js CI - Build, Test, and Lint on: - push: - branches: [ master ] pull_request: branches: [ master ]