-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily commenting out validate-nuget-publish
- Loading branch information
1 parent
51e7b3a
commit 0119da2
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
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 | ||
# Temporarily commented out until making it a fully compliant OSS module. | ||
## 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 |