From 243a17fe3af8c374e0419afc82b3daee53d4c125 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 14 Oct 2022 09:24:43 -0700 Subject: [PATCH] Run action on pull request --- .github/workflows/pockethost.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pockethost.yaml b/.github/workflows/pockethost.yaml index b59c7714..9e43ce91 100644 --- a/.github/workflows/pockethost.yaml +++ b/.github/workflows/pockethost.yaml @@ -1,6 +1,6 @@ name: Node.js CI -on: [push] +on: [push, pull_request] jobs: test: runs-on: ubuntu-latest