Skip to content

Commit

Permalink
housekeeping: Allow releases from a patch branch
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Dec 12, 2021
1 parent 2affaf1 commit 88f4483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release

on:
push:
branches: [ main ]
branches:
- main
- patches/*

env:
productNamespacePrefix: "Splat"
Expand Down
1 change: 1 addition & 0 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"^refs/heads/main$",
"^refs/heads/latest$",
"^refs/heads/preview/.*", // we release previews
"^refs/heads/patches/.*", // we release previews
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
],
"nugetPackageVersion":{
Expand Down

0 comments on commit 88f4483

Please sign in to comment.