Skip to content

Commit de55b87

Browse files
committed
revise tags regex for deploy-testing github action again
1 parent 51b26f3 commit de55b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploytesting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy testing
22
on:
33
push:
44
tags:
5-
- 'v[0-9]+[.][0-9]+[.][0-9]+'
6-
- 'v[0-9]+[.][0-9]+[.][0-9]+[-]rc.[0-9]+'
5+
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- 'v[0-9]+.[0-9]+.[0-9]+[-]rc.[0-9]+'
77

88
jobs:
99
deploy-testing:

0 commit comments

Comments
 (0)