From a07c2feb9526e82111374bcac98deab7fbb71345 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 25 Oct 2019 07:29:17 -0400 Subject: GitHub Actions: run them on pull requests as well I wonder if this will cause issues where the actions sometimes run twice. But we'll deal with that rather than dealing with not having the tests on pull requests. Signed-off-by: Dirk Hohndel --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/windows.yml') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b94179cc6..34714fdd4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,5 +1,5 @@ name: Windows -on: push +on: [push, pull_request] jobs: buildInContainer: -- cgit v1.2.3-70-g09d2