Skip to content

Commit

Permalink
chore: add pull_request to windows github actions (#3892)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
shellscape committed Dec 1, 2020
1 parent 96e44bb commit 9a30104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-windows.yml
@@ -1,6 +1,6 @@
name: Node

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 9a30104

Please sign in to comment.