From abd997407c47ccdba9688ce6f02ee951689da843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 5 Nov 2024 12:35:01 +0100 Subject: [PATCH] Adding Validate NuGet Publish workflow, adding missing job names --- .github/workflows/validate-nuget-publish.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/validate-nuget-publish.yml diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml new file mode 100644 index 0000000..9f8979c --- /dev/null +++ b/.github/workflows/validate-nuget-publish.yml @@ -0,0 +1,12 @@ +name: Validate NuGet Publish + +on: + pull_request: + push: + branches: + - dev + +jobs: + validate-nuget-publish: + name: Validate NuGet Publish + uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev