From 9a30104dea93886b4a729ea77bdfaeaaec745873 Mon Sep 17 00:00:00 2001 From: Andrew Powell Date: Tue, 1 Dec 2020 11:38:58 -0500 Subject: [PATCH] chore: add pull_request to windows github actions (#3892) 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: