Skip to content

Commit

Permalink
Fix NonPreReleaseTagsRegex by making it an exact match, not partial (#66
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rosslovas authored Jul 6, 2023
1 parent 8c99266 commit 1314c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoversion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"NonPreReleaseTagsRegex": "refs/heads/(main|master|release/.*)"
"NonPreReleaseTagsRegex": "^refs/heads/(main|master|release/.*)$"
}

0 comments on commit 1314c08

Please sign in to comment.