Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Suter committed Sep 25, 2023
1 parent 589eb9c commit d973d7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion build/Build.CI.GitHubActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//GitHubActionsImage.UbuntuLatest,
//GitHubActionsImage.MacOsLatest,
OnPushBranches = new[] { "master", "main" },
OnPushTags = new[] { "v*.*.*" },
OnPushTags = new[] { "v*.*.*", "v*.*.*-*" },
OnPushIncludePaths = new[] { "**/*.*" },
OnPushExcludePaths = new[] { "**/*.md" },
PublishArtifacts = true,
Expand Down
27 changes: 0 additions & 27 deletions src/NJsonSchema.NewtonsoftJson/Generation/PropertyNameHandling.cs

This file was deleted.

0 comments on commit d973d7c

Please sign in to comment.