From c1a8d8b3ac9847c1d6df4c24c5b89a141c4438bc Mon Sep 17 00:00:00 2001 From: Robert Middleton Date: Sat, 7 Oct 2023 21:45:06 -0400 Subject: [PATCH] say when to do it --- .github/workflows/log4net-dotnetcore.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/log4net-dotnetcore.yml b/.github/workflows/log4net-dotnetcore.yml index 6ba2f0a4..67ac1d96 100644 --- a/.github/workflows/log4net-dotnetcore.yml +++ b/.github/workflows/log4net-dotnetcore.yml @@ -14,6 +14,8 @@ # limitations under the License. name: log4net-dotnetcore +on: [push, pull_request] + jobs: build: runs-on: ubuntu-latest