From eb62602fbb4a448f4c675a5f1e92478f1a6e1087 Mon Sep 17 00:00:00 2001 From: Astrid Date: Sun, 27 Oct 2019 12:35:13 +0100 Subject: [PATCH] Run GH Actions check on PR --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 0f9d2a67..816c17a6 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -1,6 +1,6 @@ name: .NET Core -on: [push] +on: [push, pull_request] jobs: build: