Skip to content

Commit

Permalink
Adding Validate NuGet Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 5, 2024
1 parent 0fa96d0 commit 45d629d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/validate-nuget-publish.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 45d629d

Please sign in to comment.