Skip to content

Commit de5bc42

Browse files
authored
ci: Update default version regex to exclude
Signed-off-by: Eric Deandrea <[email protected]>
1 parent 4143c95 commit de5bc42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/version-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ on:
3838
description: A regex to exclude tags from testing. Tags matching this regex will be excluded.
3939
required: false
4040
type: string
41+
default: '^v0.*'
4142
createGithubIssue:
4243
description: Create a GitHub issue if any of the tests fail
4344
required: true

0 commit comments

Comments
 (0)