From 6889ff75bde24b895a002cc3d7cebf3936749d2c Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Mon, 16 Aug 2021 08:11:35 -0500 Subject: [PATCH] Troubleshooting CI PR runs. --- .github/workflows/node.js.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9a3691c..6d49a71 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -3,15 +3,8 @@ name: Node.js CI -on: - # Trigger the workflow on push or pull request, - # but only for the main branch - push: - branches: - - main - pull_request: - branches: - - main +# Triggers the workflow on push or pull request events +on: [push, pull_request] jobs: build: