From c50711b29338a9c9ee71190b3d4e321af5749281 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Mon, 16 Aug 2021 08:06:18 -0500 Subject: [PATCH] Updated to run on pull requests. CI should now run on all future pull requests and direct pushes to the main branch --- .github/workflows/node.js.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4176648..9a3691c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -4,10 +4,14 @@ name: Node.js CI on: + # Trigger the workflow on push or pull request, + # but only for the main branch push: - branches: [ main ] + branches: + - main pull_request: - branches: [ main ] + branches: + - main jobs: build: