Skip to content

Commit 954fe73

Browse files
revert version regex (#37)
1 parent e3e3d24 commit 954fe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
tags:
7-
- "v[0-9]+(\\.[0-9]+)*(-?(rc|alpha|beta)(\\.[0-9]+)?)?" # Push events to matching v*, i.e. v1.0, v20.15.10, v1.0-rc.1, v2.1-alpha, v3.0-beta.3
7+
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10, v1.0-rc.1, v2.1-alpha, v3.0-beta.3
88
pull_request:
99
branches: [main]
1010

0 commit comments

Comments
 (0)