From ca3cfbf2a5e91094c02536a5f6337190959fe42d Mon Sep 17 00:00:00 2001 From: Andrew Powell Date: Mon, 30 Nov 2020 10:46:08 -0500 Subject: [PATCH] chore: add pull_request to windows github actions This response from a Github PM suggests that the lack of `pull_request` in our Action config is contributing to our problem. I still think there's a bigger Github bugbear here, but after enabling the Windows checks as mandatory for PR merge, I think this change might get us to where we need to be (and is in line with the plugins repo config) --- .github/workflows/node-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-windows.yml b/.github/workflows/node-windows.yml index 406080460d0..717c1df7d0d 100644 --- a/.github/workflows/node-windows.yml +++ b/.github/workflows/node-windows.yml @@ -1,6 +1,6 @@ name: Node -on: [push] +on: [push, pull_request] jobs: build: