From 65ecfb397b6751bad641ca1225d8ef6755f76328 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Wed, 12 Jan 2022 10:47:38 -0600 Subject: [PATCH] Updated event to trigger github action --- .github/workflows/dotnetcore.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 8f6b560..f590e92 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -1,7 +1,9 @@ name: .NET Core on: - create + push: + tags: + - '*' jobs: build: