Skip to content

Commit

Permalink
add preview support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Suter committed Sep 25, 2023
1 parent e3c3537 commit 95a5be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -23,6 +23,7 @@ on:
- main
tags:
- 'v*.*.*'
- 'v*.*.*-*'
paths:
- '**/*.*'
- '!**/*.md'
Expand Down
2 changes: 1 addition & 1 deletion build/Build.CI.GitHubActions.cs
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

0 comments on commit 95a5be6

Please sign in to comment.