From 965f5c3ff63b1ab29dd8673b013d12e987b0ff9a Mon Sep 17 00:00:00 2001 From: Alec Date: Fri, 25 Feb 2022 22:25:07 -0500 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ]